From db159b1abc1590c8f211fbdb7a3caae9d308aa22 Mon Sep 17 00:00:00 2001 From: IDRISSI Mohamed Date: Fri, 22 Nov 2024 12:22:31 +0100 Subject: [PATCH] Fix "Edit this page" links Already proposed a fix in [this commit](https://github.com/wheresrhys/fetch-mock/commit/649e7e54e8278aa1a142a90a1597827ed4b286ff) but didn't notice that the **docs** folder has a nested **docs** folder --- 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 c8855b0c..1b287d47 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -39,7 +39,7 @@ const config = { sidebarPath: './sidebars.js', // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/wheresrhys/fetch-mock/edit/main', + editUrl: 'https://github.com/wheresrhys/fetch-mock/edit/main/docs', }, theme: { customCss: './src/css/custom.css',