Closed
Bug 648776
Opened 14 years ago
Closed 14 years ago
FB Influencer PDF links return 404
Categories
(Websites :: Facebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrandt, Unassigned)
References
()
Details
The links in the "HELPING IS EASY! AND IT FEELS GREAT!" return 404
--> Send a PDF guide to install Firefox 4 for Mac or PC.
[12:08:20.044] GET https://www.mozilla.com/en-US/firefox/webhero/Firefox4_Installation_Guide_MAC.pdf [HTTP/1.1 404 Not Found 647ms]
[12:09:08.050] GET https://www.mozilla.com/en-US/firefox/webhero/Firefox4_Installation_Guide_PC.pdf [HTTP/1.1 404 Not Found 692ms]
Comment 1•14 years ago
|
||
This is caused from using absolute URLs that aren't live on production yet. This will work when we push to production but it's better to use relative URLs instead.
<li>Send a PDF guide to install Firefox 4 for <a href="http://www.mozilla.com/en-US/firefox/webhero/Firefox4_Installation_Guide_MAC.pdf" target="_top" title="Download this PDF (1MB)">Mac</a> or <a href="http://www.mozilla.com/en-US/firefox/webhero/Firefox4_Installation_Guide_PC.pdf" target="_top" title="Download this PDF (1.5MB)">PC</a>.</li>
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•14 years ago
|
||
William, thanks for pointing that out. I'll wait to move this to verified/fixed when the links go live.
Comment 4•14 years ago
|
||
Matt, these links should now be working on trunk per comment 2. They work for me, at least. Can you verify please?
| Reporter | ||
Comment 5•14 years ago
|
||
Brilliant ... I stand corrected :-)
QA Verified fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•