diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/source/settings/components/error.tsx | 2 | ||||
| -rw-r--r-- | web/source/settings/lib/navigation/error.tsx | 2 | ||||
| -rw-r--r-- | web/template/maintenance.tmpl | 2 | ||||
| -rw-r--r-- | web/template/page_footer.tmpl | 2 |
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" |
