rust-lang/blog.rust-lang.org

Broken images in blog post

estebank opened this issue · 2 comments

https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come/ tries to open https://blog.rust-lang.org/2016/images/2016-08-09-Errors/new_errors.png and others, but those file are not at that path (or at all?).

This is what it looked at the time:
https://web.archive.org/web/20161123142056/https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html

This might be more widespread than just this one post.

Thanks for the report, will fix it.

For the record, I think this happened because the pages moved from slug.html to slug/index.html, which threw off all relative image links.