mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
New: Update all wiki links to point to the Servarr Wiki
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user