diff options
Diffstat (limited to 'web/source')
| -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: |
