You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 22:00:26 +02:00
Fix broken link to unsafe-traits.md (#2064)
I came upon a broken link which takes you to (Document Not Found): https://google.github.io/comprehensive-rust/concurrency/unsafe/unsafe-traits.html Verified locally with `mdbook serve` and now it links correctly
This commit is contained in:
@ -18,7 +18,7 @@ can also implement them manually when you know it is valid.
|
||||
|
||||
[1]: https://doc.rust-lang.org/std/marker/trait.Send.html
|
||||
[2]: https://doc.rust-lang.org/std/marker/trait.Sync.html
|
||||
[3]: ../unsafe/unsafe-traits.md
|
||||
[3]: ../../unsafe-rust/unsafe-traits.md
|
||||
|
||||
<details>
|
||||
|
||||
|
Reference in New Issue
Block a user