Links to docs.rs don't work in version 1
yedayak opened this issue · comments
For example in https://hyper.rs/guides/1/server/hello-world/, the Service link points to https://docs.rs/hyper/hyper/service/trait.Service.html, which results in a 400 bad request response. It seems what's missing is /latest here:
hyperium.github.io/_config.yml
Line 56 in a87c5dc