diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-04-20 14:05:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-20 14:05:35 +0000 |
| commit | 637518b896e3ca9f05394b9e95863ca585bf6aef (patch) | |
| tree | 4c38d49af5cf2a7c24b57aa7b3e95467f5f5c36f | |
| parent | 44cbe820378132839007412e5f3596a733a5f2a2 (diff) | |
| parent | 2b6e845d7fbda8f2ce9780eeee7e0d9296620a98 (diff) | |
| download | rust-637518b896e3ca9f05394b9e95863ca585bf6aef.tar.gz rust-637518b896e3ca9f05394b9e95863ca585bf6aef.zip | |
Rollup merge of #140068 - detrina:master, r=Noratrieb
replace broken links armv7-rtems-eabihf.md Hi team , i found broken link in `src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md` and replace thanks
| -rw-r--r-- | src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md b/src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md index e057e9759ce..feac3c1edc7 100644 --- a/src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md +++ b/src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md @@ -12,7 +12,7 @@ ARM targets for the [RTEMS realtime operating system](https://www.rtems.org) us The target does not support host tools. Only cross-compilation is possible. The cross-compiler toolchain can be obtained by following the installation instructions -of the [RTEMS Documentation](https://docs.rtems.org/branches/master/user/index.html). Additionally to the cross-compiler also a compiled BSP +of the [RTEMS Documentation](https://docs.rtems.org/docs/main/user/index.html). Additionally to the cross-compiler also a compiled BSP for a board fitting the architecture needs to be available on the host. Currently tested has been the BSP `xilinx_zynq_a9_qemu` of RTEMS 6. @@ -49,4 +49,4 @@ While basic execution of the unit test harness seems to work. However, running t ## Cross-compilation toolchains and C code Compatible C-code can be built with the RTEMS cross-compiler toolchain `arm-rtems6-gcc`. -For more information how to build the toolchain, RTEMS itself and RTEMS applications please have a look at the [RTEMS Documentation](https://docs.rtems.org/branches/master/user/index.html). +For more information how to build the toolchain, RTEMS itself and RTEMS applications please have a look at the [RTEMS Documentation](https://docs.rtems.org/docs/main/user/index.html). |
