From 487f5dc01971ec4ad6a538c17b22e78a4e116280 Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Sat, 9 May 2020 18:45:40 -0400 Subject: [PATCH] updated edit links --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'),