mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-05 10:05:39 +02:00
Fix broken README links (#629)
Links inside the course are automatically turned into `.html` by mdbook, but this is a regular README and so we need proper links.
This commit is contained in:
parent
ba50f568df
commit
bbbc0601a9
@ -9,9 +9,9 @@ course developed by the Android team. The course covers all aspects of Rust,
|
||||
from basic syntax to generics and error handling. It also includes deep dives on
|
||||
[Android], [bare-metal], and [concurrency].
|
||||
|
||||
[Android]: https://google.github.io/comprehensive-rust/android.md
|
||||
[bare-metal]: https://google.github.io/comprehensive-rust/bare-metal.md
|
||||
[concurrency]: https://google.github.io/comprehensive-rust/concurrency.md
|
||||
[Android]: https://google.github.io/comprehensive-rust/android.html
|
||||
[bare-metal]: https://google.github.io/comprehensive-rust/bare-metal.html
|
||||
[concurrency]: https://google.github.io/comprehensive-rust/concurrency.html
|
||||
|
||||
Read the course at **https://google.github.io/comprehensive-rust/**.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user