diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 4f215e829..464eb0fc6 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -61,7 +61,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
-@thatonecalculator on Codeberg,
+@t1c on Prometheus Gitlab,
`@kainoa@firefish.social` on the Fediverse,
or kainoa@t1c.dev via email.
All complaints will be reviewed and investigated promptly and fairly.
diff --git a/README.md b/README.md
index def87279b..945e71e0b 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,12 @@
**🌎 **[Firefish](https://joinfirefish.org/)** is an open source, decentralized social media platform that's free forever! 🚀**
[](https://nogithub.codeberg.page/)
-[](https://ci.codeberg.org/firefish/firefish)
+
[](https://opencollective.com/Firefish)
[](https://liberapay.com/ThatOneCalculator)
[](https://hosted.weblate.org/engage/firefish/)
[](https://hub.docker.com/r/thatonecalculator/firefish)
[](./CODE_OF_CONDUCT.md)
-[](https://gitlab.prometheus.systems/firefish/firefish/)
@@ -86,7 +85,9 @@ This guide will work for both **starting from scratch** and **migrating from Mis
If you have access to a server that supports one of the sources below, I recommend you use it! Note that these methods *won't* allow you to migrate from Misskey without manual intervention.
-[](https://codeberg.org/firefish/ubuntu-bash-install) [](https://aur.archlinux.org/packages/firefish) [](https://install-app.yunohost.org/?app=firefish)
+
+
+[](https://gitlab.prometheus.systems/firefish/ubuntu-bash-install) [](https://install-app.yunohost.org/?app=firefish)
## 🛳️ Containerization
diff --git a/SECURITY.md b/SECURITY.md
index 2f26af6b6..fae9536b8 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -11,6 +11,6 @@ If you discover a security issue, which is so high risk, that too much is affect
This will allow us to assess the risk, and make a fix available before we add a
-bug report to the Codeberg repository.
+bug report to the Gitlab repository.
Thanks for helping make Firefish safe for everyone.
diff --git a/packages/backend/src/server/api/endpoints/latest-version.ts b/packages/backend/src/server/api/endpoints/latest-version.ts
index 1cf259c88..72e84ae04 100644
--- a/packages/backend/src/server/api/endpoints/latest-version.ts
+++ b/packages/backend/src/server/api/endpoints/latest-version.ts
@@ -16,7 +16,7 @@ export const paramDef = {
export default define(meta, paramDef, async () => {
let tag_name;
await fetch(
- "https://codeberg.org/api/v1/repos/firefish/firefish/releases?draft=false&pre-release=false&page=1&limit=1",
+ "https://codeberg.org/api/v1/repos/calckey/calckey/releases?draft=false&pre-release=false&page=1&limit=1",
)
.then((response) => response.json())
.then((data) => {
diff --git a/packages/client/src/components/mfm.ts b/packages/client/src/components/mfm.ts
index cb0942a33..deafaae86 100644
--- a/packages/client/src/components/mfm.ts
+++ b/packages/client/src/components/mfm.ts
@@ -495,7 +495,7 @@ export default defineComponent({
case "search": {
// Disable "search" keyword
- // (see the issue #9816 on Codeberg)
+ // (see the issue #9816 on Gitlab)
if (token.props.content.slice(-6).toLowerCase() === "search") {
const sentinel = "#";
let ast2 = (isPlain ? mfm.parseSimple : mfm.parse)(
diff --git a/packages/client/src/pages/about-firefish.vue b/packages/client/src/pages/about-firefish.vue
index 1ea510ef0..40a684707 100644
--- a/packages/client/src/pages/about-firefish.vue
+++ b/packages/client/src/pages/about-firefish.vue
@@ -64,7 +64,7 @@
>
{{ i18n.ts._aboutFirefish.source }}
- Codeberg
+ Prometheus Gitlab