Skip to content

docs.rs link to nightly docs is broken #181

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

Closed
icefoxen opened this issue Feb 23, 2018 · 1 comment
Closed

docs.rs link to nightly docs is broken #181

icefoxen opened this issue Feb 23, 2018 · 1 comment

Comments

@icefoxen
Copy link

On this function: https://docs.rs/ggez/0.4.0/ggez/timer/fn.get_delta.html

The link to the Duration type aims at https://doc.rust-lang.org/nightly/std/time/duration/struct.Duration.html but the proper link is at https://doc.rust-lang.org/nightly/std/time/struct.Duration.html.

It looks like the organization for docs.rust-lang.org has changed out from underneath us slightly in a recent revision... On stable the first URL format works fine. Not sure whether this is a bug in rustdoc or not.

@sfleischman105
Copy link

It seems nightly docs.rs has been broken for a while, see #171 .

@onur onur closed this as completed Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants