mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
update README & repo links throughout repo. Fixes outdated message displayed in app
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -72,7 +72,7 @@ const SettingsAbout: React.FC = () => {
|
||||
</p>
|
||||
<p className="mt-3 text-sm leading-5 md:mt-0 md:ml-6">
|
||||
<a
|
||||
href="http://github.com/sct/overseerr"
|
||||
href="http://github.com/fallenbagel/jellyseerr"
|
||||
className="whitespace-nowrap font-medium text-indigo-100 transition duration-150 ease-in-out hover:text-white"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
@@ -106,8 +106,8 @@ const SettingsAbout: React.FC = () => {
|
||||
<a
|
||||
href={
|
||||
data.version.startsWith('develop-')
|
||||
? `https://github.com/sct/overseerr/compare/${status.commitTag}...develop`
|
||||
: 'https://github.com/sct/overseerr/releases'
|
||||
? `https://github.com/fallenbagel/jellyseerr/compare/${status.commitTag}...develop`
|
||||
: 'https://github.com/fallenbagel/jellyseerr/releases'
|
||||
}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@@ -123,8 +123,8 @@ const SettingsAbout: React.FC = () => {
|
||||
<a
|
||||
href={
|
||||
data.version.startsWith('develop-')
|
||||
? 'https://github.com/sct/overseerr/commits/develop'
|
||||
: 'https://github.com/sct/overseerr/releases'
|
||||
? 'https://github.com/fallenbagel/jellyseerr/commits/develop'
|
||||
: 'https://github.com/fallenbagel/jellyseerr/releases'
|
||||
}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@@ -168,12 +168,12 @@ const SettingsAbout: React.FC = () => {
|
||||
</List.Item>
|
||||
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
|
||||
<a
|
||||
href="https://github.com/sct/overseerr/discussions"
|
||||
href="https://github.com/fallenbagel/jellyseerr/discussions"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-indigo-500 transition duration-300 hover:underline"
|
||||
>
|
||||
https://github.com/sct/overseerr/discussions
|
||||
https://github.com/fallenbagel/jellyseerr/discussions
|
||||
</a>
|
||||
</List.Item>
|
||||
<List.Item title="Discord">
|
||||
|
||||
Reference in New Issue
Block a user