From 0ab014221fcb59dd4739baf002da84daf29c3b04 Mon Sep 17 00:00:00 2001 From: ahalekelly Date: Wed, 6 Jul 2022 14:32:48 -0700 Subject: [PATCH] Update github links --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 214fab14..0cf5a8f2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -71,7 +71,7 @@ const config = { label: 'Docs', }, { - href: 'https://github.com/manifoldmarkets/docs', + href: 'https://github.com/manifoldmarkets/manifold/tree/main/docs/docs', label: 'GitHub', position: 'right', }, @@ -115,7 +115,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/manifoldmarkets/manifold/tree/main/docs/docs', + href: 'https://github.com/manifoldmarkets/manifold/', }, ], },