From 53b5032c1bfcaa6ad8ff448f2cf5fa19b4e72a2f Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 26 Jan 2023 03:01:28 -0800 Subject: [PATCH] Fix direct GH docs edit link (#2274) ## Description Was broken when we combined the docs and website ## Does this PR need a docs update or release note? - [x] :no_entry: No ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ea99ddc6e..375df5a88 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { sidebarPath: require.resolve('./sidebars.js'), remarkPlugins: [require('mdx-mermaid')], editUrl: - 'https://github.com/alcionai/corso/tree/main/docs', + 'https://github.com/alcionai/corso/tree/main/website', }, blog: { showReadingTime: true,