Closed Bug 781197 Opened 12 years ago Closed 12 years ago

web console help redirect is malformed under new mdn (kuma)

Categories

(developer.mozilla.org Graveyard :: Editing, defect, P1)

defect

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
Component: Developer Tools: Console → Docs Platform
Product: Firefox → Mozilla Developer Network
QA Contact: developer.tools
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: 12 years ago
Resolution: --- → FIXED
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
This needs to be fixed for all locales, not just English. Any ideas, :lorchard?
Severity: normal → blocker
Priority: -- → P1
(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
Does it fall back to English if the page isn't there for a locale?
(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!
Component: Docs Platform → Editing
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.