From 6bb1a1f9ea699c4d6771e85e0a5e41ac336a6b74 Mon Sep 17 00:00:00 2001 From: ahalekelly Date: Thu, 16 Jun 2022 14:58:05 -0700 Subject: [PATCH] Update edit link to point to new repo (#514) Resolves #498 --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 03f585cc..85129d87 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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], },