1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: All Wiki links now use the consolidated Servarr wiki

This commit is contained in:
bakerboy448
2020-11-12 16:54:27 -06:00
committed by Qstick
parent e3ac7d6fc5
commit bb721272ca
32 changed files with 54 additions and 48 deletions
@@ -85,7 +85,7 @@ function IndexerOptions(props) {
type={inputTypes.CHECK}
name="preferIndexerFlags"
helpText={translate('PreferIndexerFlagsHelpText')}
helpLink="https://github.com/Radarr/Radarr/wiki/Indexer-Flags"
helpLink="https://wiki.servarr.com/Definitions#Indexer_Flags"
onChange={onInputChange}
{...settings.preferIndexerFlags}
/>
@@ -118,7 +118,7 @@ function IndexerOptions(props) {
unit="minutes"
helpText={translate('HelpText')}
helpTextWarning={translate('RSSSyncIntervalHelpTextWarning')}
helpLink="https://github.com/Radarr/Radarr/wiki/RSS-Sync"
helpLink="https://wiki.servarr.com/Radarr_FAQ#How_does_Radarr_work"
onChange={onInputChange}
{...settings.rssSyncInterval}
/>