Closed
Bug 812042
Opened 13 years ago
Closed 12 years ago
Privacy 404 on http://www.mozilla.org/en-US/products/download.html
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: retornam, Assigned: bensternthal)
References
Details
(Whiteboard: [u=user c=php p=1] r=111579)
The privacy policy link is wrong
http://www.mozilla.org/%7B$lang%7D/privacy-policy.html
on http://www.mozilla.org/en-US/products/download.html?product=firefox-16.0.2&os=linux&lang=en-US
Comment 1•13 years ago
|
||
This problem exist on line 459 of: http://viewvc.svn.mozilla.org/vc/projects/mozilla.com/trunk/en-US/products/download.html?revision=109624&view=markup
Line 459 should be:
<a href="/<?=$lang?>/privacy-policy.html">Privacy Policy</a> |
Line 108 included a hard coded /en-US/privacy-policy and we should make both URLs be the same, with or without the extension.
Updated•13 years ago
|
Target Milestone: --- → Future
Updated•12 years ago
|
Summary: 404 on http://www.mozilla.org/en-US/products/download.html?product=firefox-16.0.2&os=linux&lang=en-US → Privacy 404 on http://www.mozilla.org/en-US/products/download.html
Whiteboard: [u=user c=php p=1]
Comment 3•12 years ago
|
||
If we are fixing this 404, we should just change the URL to references to privacy-policy to just /privacy/ (the new privacy center).
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → booboobenny+bugzilla
| Assignee | ||
Comment 4•12 years ago
|
||
Removed unused php var which should fix broken link.
Looks like sneethling already knows about this page and will update links to new privacy pollicy when ready
Keywords: qawanted
Whiteboard: [u=user c=php p=1] → [u=user c=php p=1] r=11579
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [u=user c=php p=1] r=11579 → [u=user c=php p=1] r=111579
| Reporter | ||
Comment 5•12 years ago
|
||
This is still broken and now links to http://www.mozilla.org/en-US/%7B$lang%7D/privacy-policy.html
Keywords: qawanted
Comment 6•12 years ago
|
||
I see the revision here:
http://viewvc.svn.mozilla.org/vc/projects/mozilla.com/trunk/en-US/products/download.html?r1=111578&r2=111579&
It looks like it never got pushed to the website.
Ben: can you see if this revision is updated on the website?
| Assignee | ||
Comment 9•12 years ago
|
||
This must have fallen through the cracks.
Adding qawanted.
Keywords: qawanted
Comment 10•12 years ago
|
||
Pushed to prod in r116320.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•