diff --git a/docusaurus.config.js b/docusaurus.config.js index bae6e0b..2206237 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -67,13 +67,13 @@ module.exports = { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. editUrl: - 'https://github.com/facebook/docusaurus/edit/master/website/', + 'https://github.com/thehubbleproject/docs/edit/master/', }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://github.com/facebook/docusaurus/edit/master/website/blog/', + 'https://github.com/thehubbleproject/docs/edit/master/', }, theme: { customCss: require.resolve('./src/css/custom.css'),