From 2e6298dfc6f2a0af97a0c3edd9898ac9ffead4f7 Mon Sep 17 00:00:00 2001 From: Allie Micka Date: Mon, 10 Feb 2025 14:38:30 -0600 Subject: [PATCH] [PGOV-563] Fix editUrl path AGAIN to make 'Edit this page' links work --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index b2eab565..eae2373d 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -43,7 +43,7 @@ const config: Config = { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/CivicActions/pgov-cms/tree/main/docs/docs/' + editUrl: 'https://github.com/CivicActions/pgov-cms/blob/main/docs/', }, /** Will not use blog on this site. blog: {