Fix ocelot.social link for imprint and donation (#8461)

This commit is contained in:
Wolfgang Huß 2025-04-30 15:28:07 +02:00 committed by GitHub
parent 9afedcf922
commit 2f67b8cba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
const DONATE = defaultPageParamsPages.DONATE.overwrite({
// if defined it's dominating
externalLink: {
url: 'https://busfaktor.org/en/spenden',
url: 'https://ocelot.social/en/donate/',
target: '_blank',
},
@ -38,7 +38,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
})
const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
externalLink: {
url: 'http://ocelot.social/en/impressum',
url: 'https://ocelot.social/en/imprint/',
target: '_blank',
},