diff --git a/frontend/src/System/Status/MoreInfo/MoreInfo.tsx b/frontend/src/System/Status/MoreInfo/MoreInfo.tsx
index c6785c7a8b..eed8742fd4 100644
--- a/frontend/src/System/Status/MoreInfo/MoreInfo.tsx
+++ b/frontend/src/System/Status/MoreInfo/MoreInfo.tsx
@@ -14,36 +14,17 @@ function MoreInfo() {
{translate('HomePage')}
- radarr.video
-
-
- {translate('Wiki')}
-
-
- wiki.servarr.com/radarr
+
+ github.com/cheir-mneme/aletheia
-
- {translate('Reddit')}
-
-
- /r/Radarr
-
-
-
- {translate('Discord')}
-
-
- radarr.video/discord
-
-
{translate('Source')}
-
- github.com/Radarr/Radarr
+
+ github.com/cheir-mneme/aletheia
@@ -51,8 +32,17 @@ function MoreInfo() {
{translate('FeatureRequests')}
-
- github.com/Radarr/Radarr/issues
+
+ github.com/cheir-mneme/aletheia/issues
+
+
+
+
+ {translate('Upstream')}
+
+
+
+ github.com/Radarr/Radarr
diff --git a/frontend/src/System/Updates/UpdateChanges.tsx b/frontend/src/System/Updates/UpdateChanges.tsx
index 9c905369d6..babf1f8d12 100644
--- a/frontend/src/System/Updates/UpdateChanges.tsx
+++ b/frontend/src/System/Updates/UpdateChanges.tsx
@@ -24,7 +24,7 @@ function UpdateChanges(props: Readonly) {
const checkChange = change.replace(
/#\d{4,5}\b/g,
(match) =>
- `[${match}](https://github.com/Radarr/Radarr/issues/${match.substring(
+ `[${match}](https://github.com/cheir-mneme/aletheia/issues/${match.substring(
1
)})`
);
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json
index 922f6a055f..28ef4103a1 100644
--- a/src/NzbDrone.Core/Localization/Core/en.json
+++ b/src/NzbDrone.Core/Localization/Core/en.json
@@ -2008,6 +2008,7 @@
"UpgradesAllowed": "Upgrades Allowed",
"UpgradesAllowedHelpText": "If disabled qualities will not be upgraded",
"Uppercase": "Uppercase",
+ "Upstream": "Upstream",
"Uptime": "Uptime",
"UrlBase": "URL Base",
"UrlBaseHelpText": "For reverse proxy support, default is empty",