New: Update all wiki links to point to the Servarr Wiki

Fixes:
https://github.com/lidarr/Lidarr/issues/1805
https://github.com/lidarr/Lidarr/issues/1803
This commit is contained in:
bakerboy448 2020-12-17 16:17:26 -06:00 committed by Qstick
parent eb5a95cfa6
commit 1268f90f26
16 changed files with 26 additions and 27 deletions

View file

@ -128,7 +128,7 @@ class FileBrowserModalContent extends Component {
className={styles.mappedDrivesWarning}
kind={kinds.WARNING}
>
Mapped network drives are not available when running as a Windows Service, see the <Link className={styles.faqLink} to="https://github.com/Lidarr/Lidarr/wiki/FAQ">FAQ</Link> for more information.
Mapped network drives are not available when running as a Windows Service, see the <Link className={styles.faqLink} to="https://wiki.servarr.com/Lidarr_FAQ">FAQ</Link> for more information.
</Alert>
}

View file

@ -63,7 +63,7 @@ function UpdateSettings(props) {
type={inputTypes.TEXT}
name="branch"
helpText={usingExternalUpdateMechanism ? 'Branch used by external update mechanism' : 'Branch to use to update Lidarr'}
helpLink="https://github.com/Lidarr/Lidarr/wiki/Release-Branches"
helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_do_I_update_my_Lidarr"
{...branch}
onChange={onInputChange}
readOnly={usingExternalUpdateMechanism}
@ -100,7 +100,7 @@ function UpdateSettings(props) {
name="updateMechanism"
values={updateOptions}
helpText="Use Lidarr's built-in updater or a script"
helpLink="https://github.com/Lidarr/Lidarr/wiki/Updating"
helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_do_I_update_my_Lidarr"
onChange={onInputChange}
{...updateMechanism}
/>

View file

@ -88,7 +88,7 @@ function IndexerOptions(props) {
unit="minutes"
helpText="Interval in minutes. Set to zero to disable (this will stop all automatic release grabbing)"
helpTextWarning="This will apply to all indexers, please follow the rules set forth by them"
helpLink="https://github.com/Lidarr/Lidarr/wiki/RSS-Sync"
helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_does_Lidarr_work"
onChange={onInputChange}
{...settings.rssSyncInterval}
/>

View file

@ -54,7 +54,7 @@ function MetadataProvider(props) {
type={inputTypes.TEXT}
name="metadataSource"
helpText="Alternative Metadata Source (Leave blank for default)"
helpLink="https://github.com/Lidarr/Lidarr/wiki/Metadata-Source"
helpLink="https://wiki.servarr.com/Lidarr_Settings#Metadata"
onChange={onInputChange}
{...settings.metadataSource}
/>
@ -70,7 +70,7 @@ function MetadataProvider(props) {
type={inputTypes.SELECT}
name="writeAudioTags"
helpTextWarning="Selecting 'All files' will alter existing files when they are imported."
helpLink="https://github.com/Lidarr/Lidarr/wiki/Write-Tags"
helpLink="https://wiki.servarr.com/Lidarr_Settings#Write_Metadata_to_Audio_Files"
values={writeAudioTagOptions}
onChange={onInputChange}
{...settings.writeAudioTags}

View file

@ -39,7 +39,7 @@ function NotificationEventItems(props) {
<div>
<FormInputHelpText
text="Select which events should trigger this notification"
link="https://github.com/lidarr/Lidarr/wiki/Connections"
link="https://wiki.servarr.com/Lidarr_Settings#Connections"
/>
<div className={styles.events}>
<div>

View file

@ -14,7 +14,7 @@ function Tags(props) {
if (!items.length) {
return (
<div>No tags have been added yet. Add tags to link artists with delay profiles, restrictions, or notifications. Click <Link to='https://github.com/lidarr/Lidarr/wiki/Tags'>here</Link> to find out more about tags in Lidarr.</div>
<div>No tags have been added yet. Add tags to link artists with delay profiles, restrictions, or notifications. Click <Link to='https://wiki.servarr.com/Lidarr_Settings#Tags'>here</Link> to find out more about tags in Lidarr.</div>
);
}

View file

@ -12,7 +12,7 @@ function createHealthCheckSelector() {
source: 'UI',
type: 'warning',
message: 'Could not connect to SignalR, UI won\'t update',
wikiUrl: 'https://github.com/Lidarr/Lidarr/wiki/Health-Checks#could-not-connect-to-signalr'
wikiUrl: 'https://wiki.servarr.com/Lidarr_System#Could_not_connect_to_signalR'
});
}

View file

@ -21,7 +21,7 @@ class MoreInfo extends Component {
<DescriptionListItemTitle>Wiki</DescriptionListItemTitle>
<DescriptionListItemDescription>
<Link to="https://github.com/lidarr/Lidarr/wiki">wiki.lidarr.audio</Link>
<Link to="https://wiki.servarr.com/Lidarr">wiki.lidarr.audio</Link>
</DescriptionListItemDescription>
<DescriptionListItemTitle>Reddit</DescriptionListItemTitle>

View file

@ -251,7 +251,7 @@
</span>
<a
href="https://github.com/lidarr/Lidarr/wiki/Forgot-my-Password"
href="https://wiki.servarr.com/Lidarr_FAQ#Help_I_have_locked_my_self_out"
class="forgot-password"
>Forgot your password?</a
>