diff --git a/docusaurus.config.js b/docusaurus.config.js index c8238af0..3c31282a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -39,7 +39,7 @@ 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://git.openprivacy.ca/cwtch.im/docs.cwtch.im/', }, theme: { customCss: require.resolve('./src/css/custom.css'), @@ -113,7 +113,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Open Privacy Research Society.`, }, prism: { theme: lightCodeTheme,