Closed
Bug 781197
Opened 13 years ago
Closed 13 years ago
web console help redirect is malformed under new mdn (kuma)
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P1)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rcampbell, Unassigned)
Details
typing "help" in the console should take us to a help page. The redirect now appears to be broken.
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/WebConsoleHelp?redirectlocale=en-US&redirectslug=AppLinks%2FWebConsoleHelp
Reporter | ||
Updated•13 years ago
|
Component: Developer Tools: Console → Docs Platform
Product: Firefox → Mozilla Developer Network
QA Contact: developer.tools
Comment 1•13 years ago
|
||
Okay, I *think* I just fixed this. The above URL redirects here, now:
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Helpers
And that looks like helpful stuff to me, anyway.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Please fix for Non-English locale.
https://developer.mozilla.org/ja/AppLinks/WebConsoleHelp?locale=ja
Comment 3•13 years ago
|
||
Just had to create a redirect page, didn't have to change any code:
https://developer.mozilla.org/ja/AppLinks/WebConsoleHelp
Looks like it's working to me
Japanese is OK. But, other locale? In Deki, locale redirect automatically, if there isn't user's locale page, fallback English.
Please see
http://www.bitstampede.com/2010/11/19/the-sheppy-report-week-of-november-15/
and
bug 605419
Comment 5•13 years ago
|
||
This needs to be fixed for all locales, not just English. Any ideas, :lorchard?
Severity: normal → blocker
Priority: -- → P1
Comment 6•13 years ago
|
||
(In reply to Eric Shepherd [:sheppy] from comment #5)
> This needs to be fixed for all locales, not just English. Any ideas,
> :lorchard?
Like I said: Redirect pages for the locales. That, or a hardcoded redirect for the locales. I don't think there's really a relevant code fix
Comment 7•13 years ago
|
||
Does it fall back to English if the page isn't there for a locale?
Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Eric Shepherd [:sheppy] from comment #7)
> Does it fall back to English if the page isn't there for a locale?
it should. That was the intent for our DevTools documentation in the absence of localized content.
Thanks for the fix!
Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 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
•