mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Fix broken links
This commit is contained in:
@@ -486,7 +486,7 @@ pub static WRITER: Mutex<Writer> = Mutex::new(Writer {
|
||||
|
||||
Now we can easily print from our main function:
|
||||
|
||||
[Mutex::new]: https://mvdnes.github.io/rust-docs/spinlock-rs/spin/struct.Mutex.html#method.new
|
||||
[Mutex::new]: https://docs.rs/spin/0.4.5/spin/struct.Mutex.html#method.new
|
||||
|
||||
```rust
|
||||
// in src/lib.rs
|
||||
|
||||
Reference in New Issue
Block a user