diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp
index 9daf8d4dec0d5220c7b37a15a2a0638528840b95..e123489bcb5de97097dc9501454c0cc867502a6c 100644
--- a/src/ChatPage.cpp
+++ b/src/ChatPage.cpp
@@ -350,9 +350,9 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token)
                               tr("Cache migration failed!"),
                               tr("Migrating the cache to the current version failed. "
                                  "This can have different reasons. Please open an "
-                                 "issue and try to use an older version in the mean "
-                                 "time. Alternatively you can try deleting the cache "
-                                 "manually."));
+                                 "issue at https://github.com/Nheko-Reborn/nheko and try to use an "
+                                 "older version in the meantime. Alternatively you can try "
+                                 "deleting the cache manually."));
                             QCoreApplication::quit();
                         }
                         loadStateFromCache();