You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add more links to the book as I go to things like ptr::offset and mem::transmute that I haven't seen before and would like to read up on. However, I can't test locally whether my changes work, because they point to relative links like ../std/primitive.pointer.html#method.offset. How can I test that my links are working before I make a PR?
The text was updated successfully, but these errors were encountered:
And then I open rustc/build/x86_64-unknown-linux-gnu/crate-docs/nomicon/index.html instead of /path/to/nomicon/book/index.html, running mdbook build in the nomicon repo as necessary.
I'm trying to add more links to the book as I go to things like
ptr::offset
andmem::transmute
that I haven't seen before and would like to read up on. However, I can't test locally whether my changes work, because they point to relative links like../std/primitive.pointer.html#method.offset
. How can I test that my links are working before I make a PR?The text was updated successfully, but these errors were encountered: