rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
208 stars 34 forks source link

Memory layout page currently results in a 404 #21

Open twilco opened 6 years ago

twilco commented 6 years ago

I'd fix it myself, but I did a bit of digging and not exactly sure why it's not linking properly. I'm assuming someone else will be able to find it much more quickly :)

https://rust-embedded.github.io/embedonomicon/memory-layout.html, which is what shows up in hyperlinks in the Embedonomicon, ends up taking you to http://embedonomicon.rust-embedded.org/memory-layout.html.

Thanks for this resource - learned a lot from it.

japaric commented 6 years ago

https://rust-embedded.github.io/embedonomicon/memory-layout.html

This link is working for me at the moment but, indeed, our DNS stuff is a bit funky atm. For the time being I would suggest using https://rust-embedded.github.io/bookshelf/ since it's unaffected by the DNS. Eventually we'll have that page as our docs landing page under doc.rust-embedded.org or some other domain.