Skip to content

Commit e29cec0

Browse files
committed
Editorial: Monorepo - update common directory path
1 parent 0af5196 commit e29cec0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

graphics-aam/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="UTF-8" />
55
<title>Graphics Accessibility API Mappings</title>
66
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer="defer"></script>
7-
<script src="common/script/resolveReferences.js" class="remove"></script>
8-
<script src="common/biblio.js" class="remove" defer="defer"></script>
9-
<link href="common/css/mapping-tables.css" rel="stylesheet" type="text/css" />
10-
<link href="common/css/common.css" rel="stylesheet" type="text/css" />
7+
<script src="../common/script/resolveReferences.js" class="remove"></script>
8+
<script src="../common/biblio.js" class="remove" defer="defer"></script>
9+
<link href="../common/css/mapping-tables.css" rel="stylesheet" type="text/css" />
10+
<link href="../common/css/common.css" rel="stylesheet" type="text/css" />
1111
<!--<link href="css/dpub-aam.css" rel="stylesheet" type="text/css"/>-->
1212
<script class="remove">
1313
var respecConfig = {
@@ -524,7 +524,7 @@ <h4>Participants active in the ARIA WG at the time of publication</h4>
524524
<li>Jason White (Educational Testing Service)</li>
525525
</ul>
526526
</section>
527-
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
527+
<div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
528528
</section>
529529
</body>
530530
</html>

0 commit comments

Comments
 (0)