Skip to content

Commit

Permalink
refactor: changes the docs link to jellyseerr docs link in about page (
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel authored Jul 6, 2024
1 parent 316c31b commit f201fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings/SettingsAbout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ const SettingsAbout = () => {
<List title={intl.formatMessage(messages.gettingsupport)}>
<List.Item title={intl.formatMessage(messages.documentation)}>
<a
href="https://docs.overseerr.dev"
href="https://docs.jellyseerr.dev"
target="_blank"
rel="noreferrer"
className="text-indigo-500 transition duration-300 hover:underline"
>
https://docs.overseerr.dev
https://docs.jellyseerr.dev
</a>
</List.Item>
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
Expand Down

0 comments on commit f201fee

Please sign in to comment.