Skip to content

Commit

Permalink
fix(macros/WebExtExamples): update branch name (#9730)
Browse files Browse the repository at this point in the history
fix: update branch name with `main`
  • Loading branch information
awxiaoxian2020 authored Sep 26, 2023
1 parent ffca12e commit 4f05c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kumascript/macros/WebExtExamples.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for the header. So if you want the header to be an <h2>, 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({
Expand Down

0 comments on commit 4f05c30

Please sign in to comment.