Skip to content

Commit 4f05c30

Browse files
fix(macros/WebExtExamples): update branch name (#9730)
fix: update branch name with `main`
1 parent ffca12e commit 4f05c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kumascript/macros/WebExtExamples.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for the header. So if you want the header to be an <h2>, call it with "h2".
2121
*/
2222
2323
const allExamples = await MDN.fetchWebExtExamples();
24-
const examplesBaseURL = "https://github.com/mdn/webextensions-examples/tree/master/";
24+
const examplesBaseURL = "https://github.com/mdn/webextensions-examples/tree/main/";
2525
const desiredHeading = $0 || "h3";
2626
2727
const s_example_addons = mdn.localString({

0 commit comments

Comments
 (0)