From 2cf0904a8b0c8fac067a10838121f8e0e35359de Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 11 Oct 2018 20:04:13 -0700 Subject: Use gh-pages instead of rawgit for demo (#925) Fixes #924. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3