summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-10-11 20:04:13 -0700
committerGitHub <noreply@github.com>2018-10-11 20:04:13 -0700
commit2cf0904a8b0c8fac067a10838121f8e0e35359de (patch)
tree0f7497b62e52fc95af5b7f4aee802f3374399567 /README.md
parent795d1292377b7e5de8dabeefaa11edfaf6bd97af (diff)
downloadwabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.tar.gz
wabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.tar.bz2
wabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.zip
Use gh-pages instead of rawgit for demo (#925)
Fixes #924.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2847cfcd..d3ce8a30 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ target; instead they aim for full fidelity and compliance with the spec (e.g.
Wabt has been compiled to JavaScript via emscripten. Some of the functionality is available in the following demos:
-- [index](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/index.html)
-- [wat2wasm](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wat2wasm/)
-- [wasm2wat](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wasm2wat/)
+- [index](https://webassembly.github.io/wabt/demo/)
+- [wat2wasm](https://webassembly.github.io/wabt/demo/wat2wasm/)
+- [wasm2wat](https://webassembly.github.io/wabt/demo/wasm2wat/)
## Cloning
@@ -155,7 +155,7 @@ You can use `--help` to get additional help:
$ out/wat2wasm --help
```
-Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wat2wasm/).
+Or try the [online demo](https://webassembly.github.io/wabt/demo/wat2wasm/).
## Running wasm2wat
@@ -175,7 +175,7 @@ You can use `--help` to get additional help:
$ out/wasm2wat --help
```
-Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wasm2wat/).
+Or try the [online demo](https://webassembly.github.io/wabt/demo/wasm2wat/).
## Running wasm-interp