Skip to content

Commit 13632e8

Browse files
authored
README: Update Guide URL
Merges: #3
2 parents 8771ba1 + a86d95c commit 13632e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This crate contains neither actual code or documentation, but its build infrastructure is
66
suitable to produce rustdoc output for all crates in the RIOT ecosystem.
77

8-
See the [RIOT documentation on Rust](https://doc.riot-os.org/using-rust.html) for how to use Rust on RIOT.
8+
See the [RIOT documentation on Rust](https://guide.riot-os.org/rust_tutorials/rust_in_riot/) for how to use Rust on RIOT.
99
That page contains pointers to all the relevant components.
1010

1111
## Rationale for this repository's existence

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! This is the entry point for the documentation of Rust functions for RIOT as built by rustdoc.
88
//!
99
//! For how to use Rust on RIOT in general, see the [RIOT documentation on
10-
//! Rust](https://doc.riot-os.org/using-rust.html).
10+
//! Rust](https://guide.riot-os.org/rust_tutorials/rust_in_riot/).
1111
//!
1212
//! Relevant crates are:
1313
//!

0 commit comments

Comments
 (0)