Update edit link to point to new repo (#514)

Resolves #498
This commit is contained in:
ahalekelly 2022-06-16 14:58:05 -07:00 committed by GitHub
parent b99f9dd193
commit 6bb1a1f9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ const config = {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/manifoldmarkets/docs/tree/main/',
editUrl: 'https://github.com/manifoldmarkets/manifold/tree/main/docs/docs',
remarkPlugins: [math],
rehypePlugins: [katex],
},