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 

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2023-01-26 03:01:28 -08:00 committed by GitHub
parent 0587df91ef
commit 53b5032c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
remarkPlugins: [require('mdx-mermaid')], remarkPlugins: [require('mdx-mermaid')],
editUrl: editUrl:
'https://github.com/alcionai/corso/tree/main/docs', 'https://github.com/alcionai/corso/tree/main/website',
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,