Closed
Bug 635301
Opened 15 years ago
Closed 15 years ago
/contribute should redirect to /kb/superheroes-wanted, but redirect to old HTC article, which is a 404
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
2.6
People
(Reporter: stephend, Assigned: jsocol)
References
()
Details
(Whiteboard: [fromAutomation])
Right now, http://support.mozilla.com/contribute redirects to http://support.mozilla.com/en-US/kb/How%20to%20contribute, which is a 404.
It should redirect to http://support.mozilla.com/en-US/kb/superheroes-wanted.
(Our rewrite tests are at http://viewvc.svn.mozilla.org/vc/projects/sumo/tests/frontend/python_tests/test_rewrites.py?view=markup.)
Flags: in-testsuite?
| Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → 2.6
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → james
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Verified FIXED:
[13:04:53.560] GET http://support.allizom.org/contribute [HTTP/1.1 302 Found 15ms]
[13:04:53.637] GET http://support.allizom.org/kb/superheroes-wanted [HTTP/1.1 301 MOVED PERMANENTLY 12ms]
[13:04:53.727] GET http://support.allizom.org/en-US/kb/superheroes-wanted [HTTP/1.1 200 OK 60ms]
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 3•15 years ago
|
||
Tests updated in http://viewvc.svn.mozilla.org/vc/projects/sumo/tests/frontend/python_tests/test_contribute_redirect.py?r1=79205&r2=83082&sortby=date; ignore the whitespace changes, there -- the file was complaining about the wrong line-ending.
sumo.smoketests now pass again: http://qa-selenium.mv.mozilla.com:8080/job/sumo.smoketests/1701/
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•