Skip to content

Use relative links in the unstable book #98227

Closed
@jyn514

Description

@jyn514
Member

Using absolute links to https://doc.rust-lang.org/stable/rustc means that the channel used in the link may not match the channel where the docs are hosted. This is especially bad for the unstable docs, which can change a lot between stable and nightly. We should switch these to using relative links instead.

Originally posted by @ChrisDenton in #98226 (comment)

Activity

added
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
on Jun 18, 2022
added
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wantedCall for participation: Help is requested to fix this issue.
on Nov 30, 2022
Ezrashaw

Ezrashaw commented on Dec 15, 2022

@Ezrashaw
Contributor

I assume this still can be worked on.

@rustbot claim

added a commit that references this issue on Dec 16, 2022

Auto merge of rust-lang#105763 - Ezrashaw:rustc-book-relative-links, …

01ef4b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @jyn514@JohnTitor@Ezrashaw

    Issue actions

      Use relative links in the unstable book · Issue #98227 · rust-lang/rust