diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-13 11:13:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 11:13:58 -0400 |
commit | 3b4049f2f60be9cf021813e77a9886113d1e9363 (patch) | |
tree | f69526623fb6839857215aa5c0af70c533bedcf1 /docs | |
parent | 0624c6c54a3292571229727b3e19088bb155e482 (diff) | |
parent | c3b4525d2574bcd0cd03d91b069bd090c01292da (diff) |
Merge pull request #87 from BrainWart/main
Fix edit url links for the website.
Diffstat (limited to 'docs')
-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 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"), |