From 48ca9931887a739631edd64bd42dfd930e8eb889 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 29 Oct 2025 15:13:22 +0100 Subject: [PATCH] examples: fix wrong GNRC paths in documentation --- examples/advanced/suit_update/README.hardware.md | 4 ++-- examples/networking/coap/gcoap/README-slip.md | 2 +- examples/networking/misc/lwm2m/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/advanced/suit_update/README.hardware.md b/examples/advanced/suit_update/README.hardware.md index 8997e6cf1e..9ce6ef2ed8 100644 --- a/examples/advanced/suit_update/README.hardware.md +++ b/examples/advanced/suit_update/README.hardware.md @@ -84,10 +84,10 @@ your make commands with it (for the BR as well as the device), e.g.: $ USEMODULE+=nimble_autoconn_ipsp make BOARD=
Plug the BR board on the computer and flash the -[gnrc_border_router](https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc_border_router) +[gnrc_border_router](https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc/border_router) application on it: - $ make BOARD=
-C examples/networking/gnrc_border_router flash + $ make BOARD=
-C examples/networking/gnrc/border_router flash In on terminal, start the network (assuming on the host the virtual port of the board is `/dev/ttyACM0`): diff --git a/examples/networking/coap/gcoap/README-slip.md b/examples/networking/coap/gcoap/README-slip.md index 79fe63c3a6..5f051c99d4 100644 --- a/examples/networking/coap/gcoap/README-slip.md +++ b/examples/networking/coap/gcoap/README-slip.md @@ -64,4 +64,4 @@ Ping the TUN interface from the router mote, via the BR: ping bbbb::1 -[1]: https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc_border_router "SLIP instructions" +[1]: https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc/border_router "SLIP instructions" diff --git a/examples/networking/misc/lwm2m/README.md b/examples/networking/misc/lwm2m/README.md index 987bf1b620..a0d23a5ce4 100644 --- a/examples/networking/misc/lwm2m/README.md +++ b/examples/networking/misc/lwm2m/README.md @@ -89,7 +89,7 @@ The server address is set by the application, during the instantiation of the Se It can be set via `menuconfig` or the environmental variable `LWM2M_SERVER_URI`. It should be reachable from the node, e.g. either running on native with a tap interface or as a mote connected to a -[border router](https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc_border_router). +[border router](https://github.com/RIOT-OS/RIOT/tree/master/examples/networking/gnrc/border_router). Also, if a bootstrap server is being used, it should be configured in the application via `menuconfig` or setting the environmental variable `LWM2M_SERVER_BOOTSTRAP` to 1. This information