rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

Change the link to the rendered book in GitHub repo description? #93

Open hcpl opened 5 years ago

hcpl commented 5 years ago

AIUI, https://docs.rust-embedded.org is now considered the main reference point for embedded docs.

If that's the case, please edit the GitHub repo description link from https://rust-embedded.github.io/book/ to https://docs.rust-embedded.org/book/ for consistency (even if the former one still works).

hcpl commented 5 years ago

Companion issue for Discovery: https://github.com/rust-embedded/discovery/issues/146.