diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-05 11:55:15 +0200 | |
| commit | 27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch) | |
| tree | dc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /web/source/settings | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'web/source/settings')
| -rw-r--r-- | web/source/settings/components/error.tsx | 2 | ||||
| -rw-r--r-- | web/source/settings/lib/navigation/error.tsx | 2 |
2 files changed, 2 insertions, 2 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: |
