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

All links in std::cmp docs are broken #60241

Closed
sunjay opened this issue Apr 24, 2019 · 3 comments
Closed

All links in std::cmp docs are broken #60241

sunjay opened this issue Apr 24, 2019 · 3 comments
Labels
A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sunjay
Copy link
Member

sunjay commented Apr 24, 2019

https://doc.rust-lang.org/std/cmp/index.html

image

Notice the [ and ] around various things in the docs. Those should be links.

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name labels Apr 24, 2019
@jonas-schievink
Copy link
Contributor

Looks like they've been broken since they were rewritten to use the intra-doc-links feature.

@ehuss
Copy link
Contributor

ehuss commented Apr 24, 2019

See #59833. I think this is because the module is reexported and the intra-doc-links don't handle that.

@sunjay
Copy link
Member Author

sunjay commented Apr 24, 2019

Heh. @ehuss I seem to be catching many of the same issues as you. 😄

Closing as duplicate. Thanks everyone!

@sunjay sunjay closed this as completed Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. 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