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,