summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docusaurus.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 2c3622f..64f9a45 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -105,12 +105,12 @@ module.exports = {
homePageId: "intro",
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
- editUrl: "https://githlab.com/zmkproject/zmk/edit/main/docs/",
+ editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
- editUrl: "https://gitlab.com/zmkproject/zmk/edit/main/docs/blog/",
+ editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),