Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 3b5e9e1

Browse files
authored
Fix links to legacy spec documents (#304)
#303 broke the core spec links. This fixes it by adding `core/` to the directory links and also adds the JS API spec link to the web page.
1 parent 4433e3f commit 3b5e9e1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

document/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,17 @@ <h3>Legacy Extensions</h3>
6969
<ul>
7070
<li><p><b>Legacy Exception Handling</b>: defines additional instructions for exception handling that may still be available in some engines and tools, specifically web browsers.</p>
7171
<ul>
72-
<li><a href="legacy/exceptions/">Browser version</a></li>
73-
<li><a href="legacy/exceptions/_download/WebAssembly-Legacy-Exceptions.pdf">PDF version</a></li>
72+
<li><p><b>Core specification</b></p>
73+
<ul>
74+
<li><a href="legacy/exceptions/core/">Browser version</a></li>
75+
<li><a href="legacy/exceptions/core/_download/WebAssembly-Legacy-Exceptions.pdf">PDF version</a></li>
76+
</ul>
77+
</li>
78+
<li><p><b>JavaScirpt Embedding</b></p>
79+
<ul>
80+
<li><a href="legacy/exceptions/js-api/">W3C version</a></li>
81+
</ul>
82+
</li>
7483
</ul>
7584
</li>
7685
</ul>

0 commit comments

Comments
 (0)