From 75d2fb8d272cfb0c6cd3c4126987617cc873405c Mon Sep 17 00:00:00 2001
From: abias <abias1122@gmail.com>
Date: Fri, 19 May 2023 13:06:14 -0400
Subject: [PATCH] Replace link to issue tracker with proper support spaces

---
 src/shared/components/app/error-page.tsx | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/shared/components/app/error-page.tsx b/src/shared/components/app/error-page.tsx
index 12472dd..1b18a9c 100644
--- a/src/shared/components/app/error-page.tsx
+++ b/src/shared/components/app/error-page.tsx
@@ -19,14 +19,17 @@ export class ErrorPage extends Component<any, any> {
         <p className="p-4">
           {errorPageData ? (
             <>
-              <span>
-                There was an error on the server. Try refreshing your browser.
-                If that doesn&apos;t work, come back at a later time. If the
-                problem persists,
-              </span>{" "}
-              <a href="https://github.com/LemmyNet/lemmy/issues">
-                consider opening an issue.
+              There was an error on the server. Try refreshing your browser. If
+              that doesn&apos;t work, come back at a later time. If the problem
+              persists, you can seek help in the{" "}
+              <a href="https://lemmy.ml/c/lemmy_support">
+                Lemmy support community
+              </a>{" "}
+              or the{" "}
+              <a href="https://matrix.to/#/#lemmy-space:matrix.org">
+                Lemmy Matrix room
               </a>
+              .
             </>
           ) : (
             "The page you are looking for does not exist."
-- 
2.44.1