summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorRaWa <wasserfuhr@yahoo.com>2019-01-31 21:41:45 +0100
committerBen Smith <binjimin@gmail.com>2019-01-31 12:41:45 -0800
commit75ffe6cd45e3fedd950f24ba15333dbc69e5a5da (patch)
treeaa55699c6ede3624e50e59336fe1e0bcb1d93c75 /demo
parentceef14583e7634230126c5b6974e697c5a58b2c2 (diff)
downloadwabt-75ffe6cd45e3fedd950f24ba15333dbc69e5a5da.tar.gz
wabt-75ffe6cd45e3fedd950f24ba15333dbc69e5a5da.tar.bz2
wabt-75ffe6cd45e3fedd950f24ba15333dbc69e5a5da.zip
updated 404 links (#1001)
Diffstat (limited to 'demo')
-rw-r--r--demo/wasm2wat/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/demo/wasm2wat/index.html b/demo/wasm2wat/index.html
index abc3b017..11b06372 100644
--- a/demo/wasm2wat/index.html
+++ b/demo/wasm2wat/index.html
@@ -26,9 +26,9 @@
<header>
<h1>wasm2wat demo</h1>
<p>WebAssembly has a
- <a href="http://webassembly.github.io/spec/text/index.html">text format</a>
+ <a href="https://webassembly.github.io/spec/core/text/">text format</a>
and a
- <a href="http://webassembly.github.io/spec/binary/index.html">binary format</a>.
+ <a href="https://webassembly.github.io/spec/core/binary/">binary format</a>.
This demo converts from the binary format to the text format.
</p>
<p>
@@ -71,4 +71,3 @@
<script src="demo.js"></script>
</body>
</html>
-