Skip to content
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

doc: some links to char primitive give Not Found "Looks like you've taken a wrong turn." #35185

Closed
icanrealizeum opened this issue Aug 2, 2016 · 3 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@icanrealizeum
Copy link

This might be more generic, but in my case, clicking on the char links on this page: https://doc.rust-lang.org/std/string/struct.String.html#method.chars
gives a page with:

Not Found

Looks like you've taken a wrong turn.

Some things that might be helpful to you though:

Search


primitive char site:doc.rust-lang.org
 Search DuckDuckGo
Rust doc search: char

The good link appears to be this: https://doc.rust-lang.org/std/char/index.html

Thanks!

@icanrealizeum
Copy link
Author

icanrealizeum commented Aug 2, 2016

Oh wait actually, the good link seems to be this:
https://doc.rust-lang.org/std/primitive.char.html
instead of what it tried:
https://doc.rust-lang.org/std/string/primitive.char.html

(the latter gives the Not Found)

@durka
Copy link
Contributor

durka commented Aug 2, 2016

See #32129.

@steveklabnik steveklabnik added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Aug 2, 2016
@icanrealizeum
Copy link
Author

yup, duplicate.
Thank you:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants