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)
Firefox
Address Bar
Tracking
()
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.
Assignee | ||
Comment 1•4 years ago
|
||
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
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•