Closed
Bug 1385287
Opened 8 years ago
Closed 7 years ago
Incorrect Macro URL Path resulting in redirect
Categories
(Developer Documentation Graveyard :: Add-ons, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: erosman, Assigned: ismith)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
Example Page: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/history
anchor: history.deleteUrl()
mirco: {{WebExtAPIRef("history.deleteUrl()")}}
result: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteUrl
redirect: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/history/deleteAll
Unless the redirection is intentional, the micro requires updating to the new path.
What happened?
==============
What should have happened?
==========================
Is there anything else we should know?
======================================
Updated•8 years ago
|
Component: API → Add-ons
Product: Mozilla Developer Network → Developer Documentation
Comment 1•7 years ago
|
||
Need to replace WebExtAPIRef with APIRef, or just a plain link.
Assignee: nobody → ismith
Priority: -- → P3
Summary: Incorrect Micro URL Path resulting in redirect → Incorrect Macro URL Path resulting in redirect
Assignee | ||
Comment 2•7 years ago
|
||
The link seems to have been corrected. The anchor on the page https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history now correctly goes to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteUrl with no redirect.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•