Skip to content

Commit 47468dc

Browse files
committed
Editorial: Monorepo - update common directory path
1 parent 8ca218b commit 47468dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

html-aam/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<title>HTML Accessibility API Mappings 1.0</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/script/utility.js" class="remove"></script>
9-
<script src="common/biblio.js" class="remove" defer="defer"></script>
7+
<script src="../common/script/resolveReferences.js" class="remove"></script>
8+
<script src="../common/script/utility.js" class="remove"></script>
9+
<script src="../common/biblio.js" class="remove" defer="defer"></script>
1010

11-
<link href="common/css/mapping-tables.css" rel="stylesheet" type="text/css"/>
12-
<link href="common/css/common.css" rel="stylesheet" type="text/css"/>
11+
<link href="../common/css/mapping-tables.css" rel="stylesheet" type="text/css"/>
12+
<link href="../common/css/common.css" rel="stylesheet" type="text/css"/>
1313
<link href="css/html-aam.css" rel="stylesheet">
1414

1515
<script class="remove">
@@ -17471,7 +17471,7 @@ <h3>Acknowledgments</h3>
1747117471
contributions through commenting that have impacted the specification.
1747217472
-->
1747317473
</div>
17474-
<div data-include="https://rawgit.com/w3c/aria/master/common/acknowledgements/funders.html" data-include-replace="true"></div>
17474+
<div data-include="https://rawgit.com/w3c/aria/master/../common/acknowledgements/funders.html" data-include-replace="true"></div>
1747517475
</section>
1747617476
</section>
1747717477
</body>

0 commit comments

Comments
 (0)