commit e623ac3065ae2445acccd5b90c28eee6464afb5d
parent 83214295a42d3d0fa612a931ad8e1d6f00c8bfb7
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date: Wed, 10 Dec 2025 19:30:51 +0000
Bug 2005153 - [devtools] Update TEMP_ID_DOC_URL. r=devtools-reviewers,ochameau.
The page was redirected to a new URL, so put the final URL in the link
Differential Revision: https://phabricator.services.mozilla.com/D275743
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionDetail.js b/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionDetail.js
@@ -24,7 +24,7 @@ const FieldPair = createFactory(
const Types = require("resource://devtools/client/aboutdebugging/src/types/index.js");
const TEMP_ID_DOC_URL =
- "https://developer.mozilla.org/Add-ons/WebExtensions/WebExtensions_and_the_Add-on_ID";
+ "https://extensionworkshop.com/documentation/develop/extensions-and-the-add-on-id/";
/**
* This component displays detail information for a temporary extension.