Closed
Bug 1594907
Opened 6 years ago
Closed 6 years ago
Fix some duplicated path segments and add redirects
Categories
(Developer Infrastructure :: Source Documentation, task)
Developer Infrastructure
Source Documentation
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ahal
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
This also moves the 'mach' docs from /python/mach to /mach. The reason being
that 'mach' doesn't really have anything to do with Python other than its
implemented in it.
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db3edf4d1840
Fix some duplicate URL segments in firefox-source-docs, r=sylvestre
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
| Assignee | ||
Comment 4•6 years ago
|
||
I discovered that this made the taskcluster-config.html page unreachable:
https://firefox-source-docs.mozilla.org/taskcluster/taskcluster-config.html
This is because it contains the string taskcluster/taskcluster and therefore redirects to taskcluster-config.html. I could change the redirect to taskcluster/taskcluster/ -> taskcluster/ instead, but then the URL firefox-source-docs.mozilla.org/taskcluster/taskcluster won't redirect. Maybe that's not a big deal, but I figured in this case it's just easier to rename taskcluster-config.rst to config.rst.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ff2c7b2c0fd
[docs] Fix accidental redirection of 'taskcluster/taskcluster-config.html', r=sylvestre
Comment 7•6 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•