Skip to content

Commit

Permalink
docs(debugging): Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 13, 2022
1 parent ff26ca1 commit 81c621f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/content/examples/debugging.md
Expand Up @@ -24,9 +24,9 @@ int main() {
}
```

[The example](https://github.com/InsightSoftwareConsortium/itk-wasm/tree/master/examples/Debugging) provides npm scripts as a convenient way to execute debugging commands that you may also invoke directly in a command line shell.
[The example](https://github.com/InsightSoftwareConsortium/itk-wasm/tree/master/examples/debugging) provides npm scripts as a convenient way to execute debugging commands that you may also invoke directly in a command line shell.

To run these examples, first [install and test](../hello_world.html) Docker and Node/NPM. Then, install the package dependencies and run the example commands.
To run these examples, first [install and test](./hello_world.html) Docker and Node/NPM. Then, install the package dependencies and run the example commands.

```
cd itk-wasm/examples/Debugging/
Expand Down

0 comments on commit 81c621f

Please sign in to comment.