update README & repo links throughout repo. Fixes outdated message displayed in app

This commit is contained in:
notfakie
2022-04-16 11:31:35 +12:00
parent aab1b2d4c6
commit da88771da5
13 changed files with 43 additions and 161 deletions

View File

@@ -21,7 +21,7 @@ const messages = defineMessages({
});
const REPO_RELEASE_API =
'https://api.github.com/repos/sct/overseerr/releases?per_page=20';
'https://api.github.com/repos/fallenbagel/jellyseerr/releases?per_page=20';
interface GitHubRelease {
url: string;