diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-17 10:38:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-17 10:38:15 -0400 |
commit | c96e705e2ed53f6ff27795d36a8054ed72452360 (patch) | |
tree | 2b7f9688f05aaad26618f2b4adc3da60549cc3fa | |
parent | da5d5f988f1dad61b861b5c3a623089199bbf279 (diff) |
A few more master to main fixes.
-rw-r--r-- | docs/docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2b54e28..7f908ac 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -88,12 +88,12 @@ module.exports = { homePageId: "intro", sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. - editUrl: "https://githlab.com/zmkproject/zmk/edit/master/docs/", + editUrl: "https://githlab.com/zmkproject/zmk/edit/main/docs/", }, blog: { showReadingTime: true, // Please change this to your repo. - editUrl: "https://gitlab.com/zmkproject/zmk/edit/master/docs/blog/", + editUrl: "https://gitlab.com/zmkproject/zmk/edit/main/docs/blog/", }, theme: { customCss: require.resolve("./src/css/custom.css"), |