Closed
Bug 967956
Opened 12 years ago
Closed 12 years ago
"Firefox OS App Manager" link on front page is a 404.
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Unassigned)
References
()
Details
STR:
Front page on MDN
click "Firefox App Manager" under "Developer tools"
It links here: <https://developer.mozilla.org/en-US/docs/Firefox_OS/Using_the_App_Manager>
That's a 404.
Comment 1•12 years ago
|
||
This is incredibly odd. On my dev machine, the following produces the correct url:
`devmo_url('Firefox_OS/Using_the_App_Manager')` => https://developer-local.allizom.org/en-US/Firefox_OS/Using_the_App_Manager
But on prod it adds the `docs/` structure. Les, is there something in the inner-workings that you can think of which would cause this problem on prod but not locally?
Flags: needinfo?(lorchard)
Comment 2•12 years ago
|
||
Not really sure... the content zone URL stuff is buggy. Alas, maybe the best fix is to just hardcode the link for now.
Flags: needinfo?(lorchard)
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2a7a3d64d6e2052143bd7b0c97d7648f4fb12723
fix bug 967956 - Using hardcoded URL for homepage
https://github.com/mozilla/kuma/commit/cc7cbd6b408bacfc25e5265d2dab76416a831b62
Merge pull request #1970 from darkwing/hardcode-link-
fix bug 967956 - Using hardcoded URL for homepage
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
•