From cc4e087f1daccd49ce55e1812578f45e5ad986de Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Fri, 16 May 2025 14:32:35 +0200 Subject: [PATCH] fixed wrong link to file, again --- docs/docs/rhai/mycelium_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/rhai/mycelium_tutorial.md b/docs/docs/rhai/mycelium_tutorial.md index 0c8715a..12a17e4 100644 --- a/docs/docs/rhai/mycelium_tutorial.md +++ b/docs/docs/rhai/mycelium_tutorial.md @@ -350,7 +350,7 @@ try { - **Receiver**: this node will have the API server hosted on `127.0.0.1:2222` and the JSON-RPC server on `127.0.0.1:8992`. > `sudo ./mycelium --key-file receiver.bin --disable-peer-discovery --disable-quic --no-tun --api-addr 127.0.0.1:2222 --jsonrpc-addr 127.0.0.1:8992 --peers tcp://:9651` -- Obtain the Mycelium overlay IP by running `./mycelium --key-file receiver.bin --api-addr 127.0.0.1:2222 inspect`. **Replace this IP as destination in the [mycelium_send_message.rhai](../../../examples/mycelium/mycelium_receive_message.rhai) example**. +- Obtain the Mycelium overlay IP by running `./mycelium --key-file receiver.bin --api-addr 127.0.0.1:2222 inspect`. **Replace this IP as destination in the [mycelium_send_message.rhai](../../../examples/mycelium/mycelium_send_message.rhai) example**. #### Execute the examples - First build by executing `./build_herdo.sh` from the SAL root directory