Closed
Bug 785397
Opened 13 years ago
Closed 12 years ago
Convert all Deki-style tag URLs to Kuma-style tag URLs
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: openjck, Unassigned)
References
Details
Mindtouch tag pages used the following URL:
https://developer.mozilla.org/Special:Tags?tag=[Tag]&language=[Lang]
We should programatically find all of these URLs in MDN articles and update them to the following.
https://developer.mozilla.org/[Lang]/docs/tag/[Tag]
Keep in mind that the [Lang] Mindtouch used may have been "en" or "En", so we should convert that to "en-US" as part of this process. The same should happen for any other locale IDs that changed (any?).
This bug is distinct from bug 782951, which is about just redirecting from the former to the latter. However, if we do complete this work, bug 782951 will become unnecessary.
| Reporter | ||
Comment 1•13 years ago
|
||
Actually, I take that back. We should complete bug 782951 regardless, since external sites could still be linking to our Mindtouch-style tag URLs.
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
Comment 2•12 years ago
|
||
I think this is no more relevant, John.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•