diff --git a/docusaurus.config.js b/docusaurus.config.js index 9657ec3..3ea44f9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -108,13 +108,13 @@ module.exports = { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. editUrl: - 'https://github.com/te-temp/te-website/edit/master/', + 'https://github.com/TokenEngineeringCommunity/website/edit/master/', }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://github.com/te-temp/te-website/edit/master/te-website/blog/', + 'https://github.com/TokenEngineeringCommunity/website/edit/master/website/blog/', }, theme: { customCss: require.resolve('./src/css/custom.css'),