diff --git a/sw/rust/demo/hello_world/README.md b/sw/rust/demo/hello_world/README.md index 59d723cb..13596567 100644 --- a/sw/rust/demo/hello_world/README.md +++ b/sw/rust/demo/hello_world/README.md @@ -3,9 +3,9 @@ This demo prints a `Hello world` string to the JTAG semihosting interface. How to run this demo: -1. Build and load a [IBEX bitstream](../../../README.md#Building-FPGA-bitstream) +1. Build and load a [IBEX bitstream](../../../../README.md#Building-FPGA-bitstream) 2. Build and load the demo with `cargo run`. -3. Connect [openocd](../../../README.md#Debugging-an-application) +3. Connect [openocd](../../../../README.md#Debugging-an-application) 4. Run the gdb: ```console