From 7a32338f7fe314988fe48ed574b52b0823a69776 Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 12 Jun 2023 19:54:15 -0400 Subject: [PATCH] :wrench: Updated editUrl for "Edit this page" function --- docusaurus.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d272b5a..e332d8f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,8 +43,7 @@ const config = { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: - "https://github.com/dathere/de-intern-guide/tree/main/packages/create-docusaurus/templates/shared/", + editUrl: "https://github.com/dathere/de-intern-guide/tree/main/", }, blog: false, theme: {