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

This commit is contained in:
bakerboy448
2020-12-20 16:33:49 -06:00
committed by Qstick
parent 42262877b0
commit fd81ca86db
25 changed files with 72 additions and 73 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/Readarr/Readarr/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/Readarr_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 Readarr'}
helpLink="https://github.com/Readarr/Readarr/wiki/Release-Branches"
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_do_I_update_my_Readarr"
{...branch}
onChange={onInputChange}
readOnly={usingExternalUpdateMechanism}
@@ -100,7 +100,7 @@ function UpdateSettings(props) {
name="updateMechanism"
values={updateOptions}
helpText="Use Readarr's built-in updater or a script"
helpLink="https://github.com/Readarr/Readarr/wiki/Updating"
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_do_I_update_my_Readarr"
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/Readarr/Readarr/wiki/RSS-Sync"
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_does_Readarr_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/Readarr/Readarr/wiki/Metadata-Source"
helpLink="https://wiki.servarr.com/Readarr_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/Readarr/Readarr/wiki/Write-Tags"
helpLink="https://wiki.servarr.com/Readarr_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/readarr/Readarr/wiki/Connections"
link="https://wiki.servarr.com/Readarr_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 authors with delay profiles, restrictions, or notifications. Click <Link to='https://github.com/readarr/Readarr/wiki/Tags'>here</Link> to find out more about tags in Readarr.</div>
<div>No tags have been added yet. Add tags to link authors with delay profiles, restrictions, or notifications. Click <Link to='https://wiki.servarr.com/Readarr_Settings#Tags'>here</Link> to find out more about tags in Readarr.</div>
);
}

View File

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