-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken link to external crate source file #420
Comments
This could be related to #298 |
This may have been fixed in #487 ... If not the fix would be very similar |
I think that probably have not fixed it (not tested) since https://docs.rs/tokio-macros/0.2.0-alpha.6/src/tokio_macros/lib.rs.html#48-120 will be https://docs.rs/crate/tokio-macros/0.2.0/source/src/lib.rs, not sure why backward-compatibility for docs.rs is broken, IIRC source was not there. |
Actually looking at the crate it's because |
It does not have documentation but I mean the source link is broken, not the documentation link. See https://docs.rs/tokio/0.2.0-alpha.6/tokio/attr.main.html |
I'm not quite sure what you're saying. That page links to https://docs.rs/tokio-macros/0.2.0-alpha.6/src/tokio_macros/lib.rs.html#48-120 which seems reasonable. What do you think it should link to? |
Yes, exactly. https://docs.rs/tokio-macros/0.2.0-alpha.6/src/tokio_macros/lib.rs.html#48-120 shows the resource does not exist. |
In https://docs.rs/tokio/0.2.0-alpha.6/tokio/attr.main.html,
[src]
redirected to https://docs.rs/tokio-macros/0.2.0-alpha.6/src/tokio_macros/lib.rs.html#48-120 which gives 404.Probably related to
docs.rs/src/web/mod.rs
Lines 182 to 190 in 32074e7
The text was updated successfully, but these errors were encountered: