Skip to content

Commit e60debb

Browse files
committed
Editorial: Monorepo - update common directory path
1 parent c40f956 commit e60debb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mathml-aam/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8" />
55
<title>MathML 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/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
<script class="remove">
1212
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
1313
var respecConfig = {
@@ -1574,8 +1574,8 @@ <h2>Substantive changes since the creation of this specification</h2>
15741574
<section class="appendix informative section" id="acknowledgements">
15751575
<h3>Acknowledgments</h3>
15761576
<p>The following people contributed to the development of this document.</p>
1577-
<div data-include="common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
1578-
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
1577+
<div data-include="../common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
1578+
<div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
15791579
</section>
15801580
</body>
15811581
</html>

0 commit comments

Comments
 (0)