Skip to content

Commit

Permalink
doc: Update URI
Browse files Browse the repository at this point in the history
Merges: #136
  • Loading branch information
chrysn authored Nov 29, 2024
2 parents cdf3fc2 + 2415f34 commit a3aed48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
rust-version = "1.79.0"

description = "Rust API wrappers for the RIOT operating system"
documentation = "https://rustdoc.etonomy.org/riot_wrappers/"
documentation = "https://doc.riot-os.org/rustdoc/latest/riot_wrappers/"
repository = "https://github.com/RIOT-OS/rust-riot-wrappers"
keywords = ["riot", "riot-os", "iot", "bindings", "embedded-hal-impl"]
categories = ["api-bindings", "no-std"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ System](https://riot-os.org/)'s C API exposed by riot-sys and
makes an attempt to provide idiomatic Rust wrappers (eg. implementing
embedded-hal for peripherals, implementing fmt::Write for stdio) around those.

The [crate documentation](https://rustdoc.etonomy.org/riot_wrappers/) outlines which
The [crate documentation](https://doc.riot-os.org/rustdoc/latest/riot_wrappers/) outlines which
modules are available, and which other crates' traits they implement.

For a newcomer's starting point, see [RIOT's documentation on using it with Rust].
Expand Down

0 comments on commit a3aed48

Please sign in to comment.