From ff4606b63a9f361b614ffbf5ec7ac1eef3fd78a2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 26 Feb 2023 23:10:52 -0800 Subject: [PATCH] Fix editURL for docs (#732) --- docs/docusaurus.config.js | 4 ++-- 1 file 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'),