diff --git a/kumascript/macros/WebExtExamples.ejs b/kumascript/macros/WebExtExamples.ejs index 9a71df36c722..c524e84f13e5 100644 --- a/kumascript/macros/WebExtExamples.ejs +++ b/kumascript/macros/WebExtExamples.ejs @@ -21,7 +21,7 @@ for the header. So if you want the header to be an

, call it with "h2". */ const allExamples = await MDN.fetchWebExtExamples(); -const examplesBaseURL = "https://github.com/mdn/webextensions-examples/tree/master/"; +const examplesBaseURL = "https://github.com/mdn/webextensions-examples/tree/main/"; const desiredHeading = $0 || "h3"; const s_example_addons = mdn.localString({