diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-07-19 23:44:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 23:44:13 +0800 |
| commit | a748a435e414dfd6224600fd73fb89db87629d55 (patch) | |
| tree | 531e573ffcfedbe3333a232ee5d94e8fa34a6f19 | |
| parent | c021ea821190386a310ac42cc5b4c03c130d531e (diff) | |
| parent | fb1a205a559e5d8302de4c428cfab14942e520c9 (diff) | |
| download | rust-a748a435e414dfd6224600fd73fb89db87629d55.tar.gz rust-a748a435e414dfd6224600fd73fb89db87629d55.zip | |
Rollup merge of #144149 - reallesee:master, r=Noratrieb
docs: update link to RISC-V and Xtensa installation guide Replace outdated link https://docs.esp-rs.org/book/installation/riscv-and-xtensa.html with the official Espressif documentation at https://docs.espressif.com/projects/rust/book/installation/index.html
| -rw-r--r-- | src/doc/rustc/src/platform-support/xtensa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/xtensa.md b/src/doc/rustc/src/platform-support/xtensa.md index 994b3adb92e..8592ce7eda9 100644 --- a/src/doc/rustc/src/platform-support/xtensa.md +++ b/src/doc/rustc/src/platform-support/xtensa.md @@ -24,4 +24,4 @@ Xtensa targets that support `std` are documented in the [ESP-IDF platform suppor ## Building the targets -The targets can be built by installing the [Xtensa enabled Rust channel](https://github.com/esp-rs/rust/). See instructions in the [RISC-V and Xtensa Targets section of The Rust on ESP Book](https://docs.esp-rs.org/book/installation/riscv-and-xtensa.html). +The targets can be built by installing the [Xtensa enabled Rust channel](https://github.com/esp-rs/rust/). See instructions in the [RISC-V and Xtensa Targets section of The Rust on ESP Book](https://docs.espressif.com/projects/rust/book/installation/index.html). |
