Skip to content

Commit

Permalink
Use chapter dir name in anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 10, 2020
1 parent 9637562 commit e4b1096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ webassembly/newtonraphsonwasm.js webassembly/newtonraphsonwasm.wasm:
<<build-wasm>>

react/newtonraphsonwasm.wasm: webassembly/newtonraphsonwasm.wasm
<<link-wasm-wasm>>
<<link-webassembly-wasm>>

react/newtonraphsonwasm.js: webassembly/newtonraphsonwasm.js
<<link-wasm-js>>
<<link-webassembly-js>>

host-webassembly-files: build-wasm
<<host-files>>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,13 +1195,13 @@ ReactDOM.render(

Make sure that the App can find the WebAssembly files by

```{.awk #link-wasm-wasm}
```{.awk #link-webassembly-wasm}
cd react && ln -s ../webassembly/newtonraphsonwasm.wasm . && cd -
```

and

```{.awk #link-wasm-js}
```{.awk #link-webassembly-js}
cd react && ln -s ../webassembly/newtonraphsonwasm.js . && cd -
```

Expand Down

0 comments on commit e4b1096

Please sign in to comment.