rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.8k stars 261 forks source link

Fix alloc link in exotic-sizes for local docs #255

Closed cherryblossom000 closed 3 years ago

cherryblossom000 commented 3 years ago

This changes https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html#tymethod.alloc to ../std/alloc/trait.GlobalAlloc.html#tymethod.alloc so that it uses the local docs installation if the page is viewed with the local docs, instead of https://doc.rust-lang.org.