aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 ffd46af9..cf3b9094 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -44,14 +44,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+ 'https://github.com/ellie/atuin/tree/main/docs/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+ 'https://github.com/ellie/atuin/tree/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),