Closed Bug 1714418 Opened 4 years ago Closed 4 years ago

Urlbar docs: In index.rst, the Architecture Overview link in the Where to Start section is broken

Categories

(Firefox :: Address Bar, defect, P5)

defect
Points:
1

Tracking

()

RESOLVED FIXED
91 Branch
Iteration:
91.1 - May 31 - Jun 13
Tracking Status
firefox91 --- fixed

People

(Reporter: adw, Assigned: adw)

References

Details

Attachments

(1 file)

In index.rst, the Architecture Overview link in the Where to Start section links to an unrelated page in the devtools docs.

This fixes it locally for me. Apparently :ref: links to the first matching
global label, which in this case is an unrelated "Architecture overview" label
in a devtools doc. Instead we can use :doc: to link to another doc in the same
directory. We only need to specify the doc file's basename and Sphinx
automatically includes the doc's title in the final HTML.

See: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-doc

Pushed by dwillcoxon@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/93073498828f Fix broken Architecture Overview link in urlbar doc index.rst. r=harry
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: