Skip to content

Commit

Permalink
[Sw, Rust] Fix broken links in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Aug 20, 2024
1 parent 60dcb80 commit 72f9459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/rust/demo/hello_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72f9459

Please sign in to comment.