From 1761cf9f99836225e8e35b84981b0380c02af23a Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Thu, 3 Mar 2022 10:22:56 +0100 Subject: [PATCH] Fix website refs (#162) * Fix github edit link * Fix text header --- website/theme.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/theme.config.js b/website/theme.config.js index e96c68f5..2a80bd2a 100644 --- a/website/theme.config.js +++ b/website/theme.config.js @@ -1,6 +1,6 @@ export default { projectLink: 'https://github.com/umbracle/ethgo', // GitHub link in the navbar - docsRepositoryBase: 'https://github.com/umbracle/ethgo/blob/master/website', // base URL for the docs repository + docsRepositoryBase: 'https://github.com/umbracle/ethgo/tree/master/website/pages', // base URL for the docs repository titleSuffix: ' – Ethgo', nextLinks: true, prevLinks: true, @@ -22,8 +22,8 @@ export default { head: ( <> - - + + ), } \ No newline at end of file