Closed
Bug 1395269
Opened 8 years ago
Closed 8 years ago
Broken link in global navigation
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hoosteeno, Assigned: craigcook)
Details
Attachments
(1 file)
One of our SEO tools found 1300+ en-US pages that have a broken link on them. It's the "Firefox" link in the global nav left-side flyover that you get if you click the hamburger menu in global nav. On the en-US homepage at https://www.mozilla.org/en-US, the below code starts on line 626 of the HTML:
<div class="nav-menu-inner-container">
<div class="nav-menu-scroll-pane">
<ul class="nav-menu-primary-links">
<li class="item-firefox">
<h3 class="summary" data-id="firefox">
<a href="<function firefox_url at 0x7f7b4f58d398>" data-link-type="nav" data-link-position="side" data-link-name="expand" data-link-group="Firefox">Firefox</a>
</h3>
The href on line 631 should be https://www.mozilla.org/firefox/.
| Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → craigcook.bugz
Comment 2•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/19c24f191a0646ff5fb3bac1ef5f91ca6dfe8759
[fix bug 1395269] Broken Firefox link in global nav
https://github.com/mozilla/bedrock/commit/d03905967871a56087b1de76d9fb6c97991c2b83
Merge pull request #5079 from craigcook/bug-1395269-global-nav-firefox-link
[fix bug 1395269] Broken Firefox link in global nav
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•