From 81c621f2f6aa1b13b7c54ae2000884998475c98e Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 13 Sep 2022 16:13:51 -0400 Subject: [PATCH] docs(debugging): Fix links --- doc/content/examples/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content/examples/debugging.md b/doc/content/examples/debugging.md index 74fc2a6cb..1a484c0e7 100644 --- a/doc/content/examples/debugging.md +++ b/doc/content/examples/debugging.md @@ -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/