Skip to content

Commit 6d1be01

Browse files
authored
Update outdated links in examples (#195)
1 parent 85efcc1 commit 6d1be01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/examples/interference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ As soon as this condition is no longer met, one would instead either reserve som
121121

122122
## Running locally
123123

124-
Set up a new AssemblyScript project as described in [Quick start](../quick-start.md) and copy `module.ts` to `assembly/index.ts` and `index.html` to the project's top-level directory. Edit the build commands in `package.json` to include
124+
Set up a new AssemblyScript project as described in [Getting started](../getting-started.md) and copy `module.ts` to `assembly/index.ts` and `index.html` to the project's top-level directory. Edit the build commands in `package.json` to include
125125

126126
```
127127
--runtime stub

src/examples/mandelbrot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ As soon as these conditions are no longer met, one would instead either reserve
155155

156156
## Running locally
157157

158-
Set up a new AssemblyScript project as described in [Quick start](../quick-start.md) and copy `module.ts` to `assembly/index.ts` and `index.html` to the project's top-level directory. Edit the build commands in `package.json` to include
158+
Set up a new AssemblyScript project as described in [Getting started](../getting-started.md) and copy `module.ts` to `assembly/index.ts` and `index.html` to the project's top-level directory. Edit the build commands in `package.json` to include
159159

160160
```
161161
--runtime stub --use Math=JSMath --importMemory

0 commit comments

Comments
 (0)