Skip to content

Broken links in String documentation from Deref impl #32129

Closed
@alexcrichton

Description

@alexcrichton

There are a bunch of links in the String documentation page which are broken. The reason for this is that most links are drawn from the documentation of the str type at /std/primitive.str.html but the String page is located at /std/string/struct.String.html. This mismatch in depth of paths causes a number of broken links, for example on the String::split method.

Not sure of the best way to fix this, but needs a tracking issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions