summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:34:10 +0200
committerLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:38:43 +0200
commitab10266bff8d3dea1655e5f98a932efa2474bdb6 (patch)
treedef81628d7a7c81b8ad0c971fb02ebc945eca75c /web
parent[chore] Set up Github to be a mirror (diff)
downloadgotosocial-ab10266bff8d3dea1655e5f98a932efa2474bdb6.tar.xz
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'web')
-rw-r--r--web/source/settings/components/error.tsx2
-rw-r--r--web/source/settings/lib/navigation/error.tsx2
-rw-r--r--web/template/maintenance.tmpl2
-rw-r--r--web/template/page_footer.tmpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/web/source/settings/components/error.tsx b/web/source/settings/components/error.tsx
index 3ca5eb416..0bf8d32d7 100644
--- a/web/source/settings/components/error.tsx
+++ b/web/source/settings/components/error.tsx
@@ -26,7 +26,7 @@ function ErrorFallback({ error, resetErrorBoundary }) {
<div className="error">
<p>
{"An error occured, please report this on the "}
- <a href="https://github.com/superseriousbusiness/gotosocial/issues">GoToSocial issue tracker</a>
+ <a href="https://codeberg.org/superseriousbusiness/gotosocial/issues">GoToSocial issue tracker</a>
{" or "}
<a href="https://matrix.to/#/#gotosocial-help:superseriousbusiness.org">Matrix support room</a>.
<br />Include the details below:
diff --git a/web/source/settings/lib/navigation/error.tsx b/web/source/settings/lib/navigation/error.tsx
index 08edc83f0..413a1e111 100644
--- a/web/source/settings/lib/navigation/error.tsx
+++ b/web/source/settings/lib/navigation/error.tsx
@@ -72,7 +72,7 @@ function ErrorFallback({ error, componentStack, resetErrorBoundary }) {
<div className="error">
<p>
{"An error occured, please report this on the "}
- <a href="https://github.com/superseriousbusiness/gotosocial/issues">GoToSocial issue tracker</a>
+ <a href="https://codeberg.org/superseriousbusiness/gotosocial/issues">GoToSocial issue tracker</a>
{" or "}
<a href="https://matrix.to/#/#gotosocial-help:superseriousbusiness.org">Matrix support room</a>.
<br />Include the details below:
diff --git a/web/template/maintenance.tmpl b/web/template/maintenance.tmpl
index 153130c53..d3fa5a271 100644
--- a/web/template/maintenance.tmpl
+++ b/web/template/maintenance.tmpl
@@ -58,7 +58,7 @@
<ul class="nodot">
<li id="version">
<a
- href="https://github.com/superseriousbusiness/gotosocial"
+ href="https://codeberg.org/superseriousbusiness/gotosocial"
class="nounderline"
rel="nofollow noreferrer noopener"
target="_blank"
diff --git a/web/template/page_footer.tmpl b/web/template/page_footer.tmpl
index a00f4dfde..4d21ad07a 100644
--- a/web/template/page_footer.tmpl
+++ b/web/template/page_footer.tmpl
@@ -30,7 +30,7 @@
</li>
<li id="version">
<a
- href="https://github.com/superseriousbusiness/gotosocial"
+ href="https://codeberg.org/superseriousbusiness/gotosocial"
class="nounderline"
rel="nofollow noreferrer noopener"
target="_blank"