Skip to content

Commit 0277ea6

Browse files
committed
doc: replace deprecated urls
1 parent bb5975b commit 0277ea6

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

MAINTAINING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ announcement can be skipped and the fix merged once at least two ACKs are
182182
there.
183183

184184
[list of maintainers]: https://riot-os.org/maintainers.html
185-
[Best Practices]: https://doc.riot-os.org/dev-best-practices.html
186-
[Comparing build sizes]: https://doc.riot-os.org/advanced-build-system-tricks.html#comparing-build-sizes
187-
[Coding Conventions]: CODING_CONVENTIONS.md
188-
[Code of Conduct]: https://github.com/RIOT-OS/RIOT/blob/master/CODE_OF_CONDUCT.md
185+
[Best Practices]: https://guide.riot-os.org/misc/dev_best_practices/
186+
[Comparing build sizes]: https://guide.riot-os.org/build-system/advanced_build_system_tricks/#comparing-build-sizes
187+
[Coding Conventions]: https://guide.riot-os.org/c_tutorials/coding_conventions/
188+
[Code of Conduct]: https://guide.riot-os.org/general/code_of_conduct/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ define welcome_message
6262
@echo "Usually, you should run 'make' in your application's directory instead."
6363
@echo ""
6464
@echo "Please see our Quick Start Guide at:"
65-
@echo " https://doc.riot-os.org/getting-started.html"
65+
@echo " https://guide.riot-os.org/getting-started/installing/"
6666
@echo "You can ask questions or discuss with other users on our forum:"
6767
@echo " https://forum.riot-os.org"
6868
@echo ""

cpu/esp32/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ The easiest way to use the ESP32 toolchain is to use the RIOT Docker build
494494
image. It is specially prepared for building RIOT applications for various
495495
platforms and already has all the required tools and packages installed.
496496
Details on how to setup Docker can be found in section
497-
[Getting Started](https://doc.riot-os.org/getting-started.html#docker).
497+
[Build in Docker](https://guide.riot-os.org/build-system/build-in-docker/).
498498

499499
The building process using Docker comprises two steps:
500500

@@ -522,7 +522,7 @@ $ BUILD_IN_DOCKER=1 make flash BOARD=...
522522
### Prerequisites
523523

524524
In addition to the common tools defined in section
525-
[Getting Started - Common Tools](https://doc.riot-os.org/getting-started.html#compiling-riot),
525+
[Getting Started - Setup Development Environment](https://guide.riot-os.org/getting-started/installing/),
526526
the following tools or packages are required to install and use the ESP32
527527
toolchain (Debian/Ubuntu package names):
528528

dist/tools/usb-serial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ By adding
7777

7878
to the `Makefile.include` of your board, running `make MOST_RECENT_PORT=1 term`
7979
will connect to the most recently connected board matching the provided
80-
filters. Refer to https://api.riot-os.org/flashing.html#multiple-boards-simple
80+
filters. Refer to https://guide.riot-os.org/build-system/flashing/#handling-multiple-boards-simplest-approach
8181
for more details.
8282

8383
`list-ttys.sh`

doc/guides/build-system/kconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ reserved for the cases described below:
450450
| `CPU_CORE_` | Models a CPU core |
451451
| `CPU_FAM_` | Models a family of CPUs |
452452
| `CPU_MODEL_` | Models a particular model of CPU |
453-
| `USEMODULE_` | Models a [RIOT module](https://doc.riot-os.org/creating-modules.html#creating-modules). Generated from `USEMODULE` variable |
453+
| `USEMODULE_` | Models a [RIOT module](https://guide.riot-os.org/advanced_tutorials/creating_modules/). Generated from `USEMODULE` variable |
454454
| `USEPKG_` | Models an [external package](https://doc.riot-os.org/group__pkg.html). Generated from `USEPKG` variable |
455455

456456
---

doc/guides/general/structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ scheme. Examples for this is code shared across architectures (e.g.
7575
`cortexm_common`, `msp430_comon`) or code shared among vendors (e.g.
7676
`stm32_common`).
7777

78-
See [CPU](https://doc.riot-os.org/build-system-basics.html#cpu) for more detailed information.
78+
See [CPU](https://guide.riot-os.org/build-system/build_system_basics/#cpucpu_model) for more detailed information.
7979

8080
drivers
8181
-------

examples/basic/subfolders/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ i.e., including the modules that are part of RIOT itself.
4141

4242
If not manually specified via `SRC`, all source files which reside
4343
directly in the module's directory are considered part of the module.
44-
RIOT modules are also described in greater detail [in the documentation](https://doc.riot-os.org/creating-modules.html).
44+
RIOT modules are also described in greater detail [in the documentation](https://guide.riot-os.org/advanced_tutorials/creating_modules/).
4545

4646
Two lines need to be added to the application's Makefile in order to compile and use the module:
4747

@@ -52,7 +52,7 @@ USEMODULE += module
5252

5353
The path added to `EXTERNAL_MODULE_DIRS` is the parent directory of the external module,
5454
while the string added to `USEMODULE` has to match the module's directory name.
55-
External modules are described in greater detail [in the documentation](https://doc.riot-os.org/creating-an-application.html#autotoc_md2308).
55+
External modules are described in greater detail [in the documentation](https://guide.riot-os.org/advanced_tutorials/creating_application/#external-modules).
5656

5757

5858
### Subfolders

makefiles/cargo-targets.inc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ $(CARGO_COMPILE_COMMANDS): $(BUILDDEPS)
4141

4242
cargo-preflight: FORCE
4343
@command -v cargo >/dev/null || ($(COLOR_ECHO) \
44-
'$(COLOR_RED)Error: `cargo` command missing to build Rust modules.$(COLOR_RESET) Please install as described on <https://doc.riot-os.org/using-rust.html>.' ;\
44+
'$(COLOR_RED)Error: `cargo` command missing to build Rust modules.$(COLOR_RESET) Please install as described on <https://guide.riot-os.org/rust_tutorials/rust_in_riot/>.' ;\
4545
exit 1)
4646
@command -v $${C2RUST:-c2rust} >/dev/null || ($(COLOR_ECHO) \
47-
'$(COLOR_RED)Error: `'$${C2RUST:-c2rust}'` command missing to build Rust modules.$(COLOR_RESET) Please install as described on <https://doc.riot-os.org/using-rust.html>.' ;\
47+
'$(COLOR_RED)Error: `'$${C2RUST:-c2rust}'` command missing to build Rust modules.$(COLOR_RESET) Please install as described on <https://guide.riot-os.org/rust_tutorials/rust_in_riot/>.' ;\
4848
exit 1)
4949
@command -v rustup >/dev/null || ($(COLOR_ECHO) \
5050
'$(COLOR_RED)Error: `rustup` command missing.$(COLOR_RESET) While it is not essential for building Rust modules, it is the only known way to install the target core libraries (or nightly for -Zbuild-std) needed to do so. If you do think that building should be possible, please edit this file, and file an issue about building Rust modules with the installation method you are using -- later checks in this file, based on rustup, will need to be adjusted for that.' ;\

tests/net/gnrc_dhcpv6_client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include $(RIOTBASE)/Makefile.include
4343

4444
# export IFACE variable to environment of dhcpv6_server and
4545
# test-with-config/check-config rules
46-
# see: https://doc.riot-os.org/build-system-basics.html#variable-declaration-guidelines
46+
# see: https://guide.riot-os.org/build-system/build_system_basics/#variables-declaration-guidelines
4747
$(call target-export-variables,dhcpv6_server test-with-config/check-config,IFACE)
4848

4949
dhcpv6_server:

0 commit comments

Comments
 (0)