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: dead link to iter/DoubleEndedIterator #56459

Closed
matthiaskrgr opened this issue Dec 3, 2018 · 2 comments
Closed

doc: dead link to iter/DoubleEndedIterator #56459

matthiaskrgr opened this issue Dec 3, 2018 · 2 comments
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools

Comments

@matthiaskrgr
Copy link
Member

The broken link can be observed here for example https://doc.rust-lang.org/std/string/struct.String.html#iterator-behavior-8

It links to https://doc.rust-lang.org/std/string/iter/trait.DoubleEndedIterator.html
the std/string/iter link is dead (why did CI not catch this?) and should just be std/iter, as in https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html .

@frewsxcv frewsxcv added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Dec 3, 2018
@ollie27
Copy link
Member

ollie27 commented Dec 3, 2018

This is a duplicate of #32129.

@bluss
Copy link
Member

bluss commented Dec 3, 2018

Thanks, closed as duplicate of #32129

@bluss bluss closed this as completed Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

No branches or pull requests

4 participants