diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ffd46af..cf3b909 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'),