From 72f945946a1f386009414ab52f9d98bcfa61949e Mon Sep 17 00:00:00 2001 From: Douglas Reis Date: Wed, 17 Jul 2024 14:42:03 +0100 Subject: [PATCH] [Sw, Rust] Fix broken links in documentation Signed-off-by: Douglas Reis --- sw/rust/demo/hello_world/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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