Closed
Bug 779423
Opened 12 years ago
Closed 12 years ago
Links on https://developer-new.mozilla.org/en-US/ page broken due to additional / in the URL
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lgp171188, Assigned: groovecoder)
References
()
Details
(Whiteboard: s=2012-08-08 p=1)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120724191344
Steps to reproduce:
I visited https://developer-new.mozilla.org/en-US/. There are a lot of links to resources on HTML, HTML5, CSS, JavaScript and etc. at the top of the page. I clicked on the links of each of the resources
Actual results:
The links lead to a 404 error due to an additional / in the URL. For example,
https://developer-new.mozilla.org/en-US/docs//en/HTML/HTML5 got redirected to https://developer-new.mozilla.org/en-US/docs_en/HTML/HTML5 which resulted in a 404
Expected results:
The URLs should not have a an additional /. For example the correct URL will be https://developer-new.mozilla.org/en-US/docs/en/HTML/HTML5 instead of https://developer-new.mozilla.org/en-US/docs//en/HTML/HTML5 which is the format of the links in that page.
Reporter | ||
Updated•12 years ago
|
Severity: normal → major
Looks like this is a result of the fix in bug 779292
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•12 years ago
|
Whiteboard: s=2012-08-08
Updated•12 years ago
|
Whiteboard: s=2012-08-08 → s=2012-08-08 p=1
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lcrouch
Assignee | ||
Comment 3•12 years ago
|
||
The redirect is because of that bug but the faulty // is the real issue. Fixed in https://github.com/mozilla/kuma/pull/476
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/d030a6137b9529f2206aa82453fff353f4c5e7c0
fix bug 779423 - change devmo_url calls for kuma
https://github.com/mozilla/kuma/commit/77c6857ead86bafa6b380e5a250659b8f4327017
Merge pull request #476 from groovecoder/kuma-devmo-url-779423
fix bug 779423 - change devmo_url calls for kuma
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•