1
0
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:
Martin Geisler 2023-05-11 14:37:35 +02:00 committed by GitHub
parent ba50f568df
commit bbbc0601a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/**.