From b585703eaecc9c96a552a1187ca25283e87be64f Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Sat, 8 Dec 2018 04:01:17 +0100 Subject: [PATCH] Replace more RawGit links --- README.md | 6 +++--- src/README.md | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18fd2fbc..b875a64a 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ $> npm link Examples -------- -* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]
+* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/game-of-life) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]
Continuously updates the cellular automaton and visualizes its state on a canvas. -* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]
+* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/mandelbrot) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]
Renders the Mandelbrot set to a canvas. * **[i64 polyfill](./examples/i64-polyfill)**
@@ -72,7 +72,7 @@ Examples * **[WASM parser](./lib/parse)**
A WebAssembly binary parser in WebAssembly. -* **[N-body system](./examples/n-body)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/n-body/index.html) ]
+* **[N-body system](./examples/n-body)** [ [demo](https://assemblyscript.github.io/assemblyscript/examples/n-body) ]
An implementation of the N-body system from the [Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/). Building diff --git a/src/README.md b/src/README.md index 4322ee73..0fb8f045 100644 --- a/src/README.md +++ b/src/README.md @@ -2,5 +2,4 @@ Portable compiler sources that compile to both JavaScript using `tsc` and, event Architecture ------------ - -![](https://rawgit.com/AssemblyScript/assemblyscript/master/media/architecture.svg) +![](https://assemblyscript.github.io/assemblyscript/media/architecture.svg)