From 338267b190f88c525dc1e38bffb9f481bf4fcbdf Mon Sep 17 00:00:00 2001 From: Neerajkumar <78979288+neerajkumarc@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:35:44 +0530 Subject: [PATCH] docs: update 'Edit this page' link to fix 404 error (#3203) --- packages/twenty-docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-docs/docusaurus.config.js b/packages/twenty-docs/docusaurus.config.js index 6c0188f67..bcadf8689 100644 --- a/packages/twenty-docs/docusaurus.config.js +++ b/packages/twenty-docs/docusaurus.config.js @@ -44,7 +44,7 @@ const config = { sidebarPath: require.resolve("./sidebars.js"), sidebarCollapsible: false, routeBasePath: "/", - editUrl: "https://github.com/twentyhq/twenty/edit/main/docs/", + editUrl: "https://github.com/twentyhq/twenty/tree/main/packages/twenty-docs" }, blog: false, theme: {