A few more master to main fixes.
This commit is contained in:
parent
da5d5f988f
commit
c96e705e2e
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue