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

@@ -83,7 +83,7 @@ class GithubAPI extends ExternalAPI {
} = {}): Promise<GitHubRelease[]> {
try {
const data = await this.get<GitHubRelease[]>(
'/repos/sct/overseerr/releases',
'/repos/fallenbagel/jellyseerr/releases',
{
params: {
per_page: take,
@@ -110,7 +110,7 @@ class GithubAPI extends ExternalAPI {
} = {}): Promise<GithubCommit[]> {
try {
const data = await this.get<GithubCommit[]>(
'/repos/sct/overseerr/commits',
'/repos/fallenbagel/jellyseerr/commits',
{
params: {
per_page: take,