From 0360339ed3c46ac1d6f5c15a34b327e94b606f32 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 6 Apr 2025 17:29:52 +0200 Subject: [PATCH] [org] fix: Edit link should go to codeberg. Closes #213 --- sites/org/docusaurus.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/org/docusaurus.config.mjs b/sites/org/docusaurus.config.mjs index a93d4206585..fb2e102ecfd 100644 --- a/sites/org/docusaurus.config.mjs +++ b/sites/org/docusaurus.config.mjs @@ -200,7 +200,7 @@ const config = { docs: { routeBasePath: '/', //'/docs', sidebarPath: './sidebars.js', - editUrl: 'https://github.com/freesewing/freesewing/tree/v4/sites/org/', + editUrl: 'https://codeberg.org/freesewing/freesewing/src/branch/develop/sites/org/', async sidebarItemsGenerator({ defaultSidebarItemsGenerator, ...args }) { const sidebarItems = await defaultSidebarItemsGenerator(args) return customizeSidebar(sidebarItems) @@ -213,7 +213,7 @@ const config = { blog: { path: 'blog', // Simple use-case: string editUrl - editUrl: 'https://github.com/freesewing/freesewing/site/orgdocs/', + editUrl: 'https://codeberg.org/freesewing/freesewing/src/branch/develop/sites/org/', editLocalizedFiles: false, blogTitle: 'FreeSewing Blog', blogDescription: 'News and updates from the people behind FreeSewing', @@ -310,7 +310,7 @@ const config = { ], }, ], - copyright: `FreeSewing is brought to you by Joost De Cock and contributors with the financial support of our patrons`, + copyright: `FreeSewing is brought to you by Joost De Cock and contributors with the financial support of our patrons`, }, prism: { theme: prismThemes.dracula,