mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 04:39:14 -05:00
refactor: changes the docs link to jellyseerr docs link in about page (#862)
This commit is contained in:
@@ -159,12 +159,12 @@ const SettingsAbout = () => {
|
|||||||
<List title={intl.formatMessage(messages.gettingsupport)}>
|
<List title={intl.formatMessage(messages.gettingsupport)}>
|
||||||
<List.Item title={intl.formatMessage(messages.documentation)}>
|
<List.Item title={intl.formatMessage(messages.documentation)}>
|
||||||
<a
|
<a
|
||||||
href="https://docs.overseerr.dev"
|
href="https://docs.jellyseerr.dev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="text-indigo-500 transition duration-300 hover:underline"
|
className="text-indigo-500 transition duration-300 hover:underline"
|
||||||
>
|
>
|
||||||
https://docs.overseerr.dev
|
https://docs.jellyseerr.dev
|
||||||
</a>
|
</a>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
|
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user