1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

All Wiki links now use the consolidated Servarr wiki

This commit is contained in:
bakerboy448
2020-12-13 13:07:12 -06:00
committed by GitHub
parent cc39d4ee23
commit e733529dc3
14 changed files with 20 additions and 22 deletions
@@ -59,7 +59,7 @@ function UpdateSettings(props) {
type={inputTypes.AUTO_COMPLETE}
name="branch"
helpText={usingExternalUpdateMechanism ? 'Branch used by external update mechanism' : 'Branch to use to update Sonarr'}
helpLink="https://github.com/Sonarr/Sonarr/wiki/Release-Branches"
helpLink="https://wiki.servarr.com/Sonarr_Settings#Updates"
{...branch}
values={branchValues}
onChange={onInputChange}
@@ -97,7 +97,7 @@ function UpdateSettings(props) {
name="updateMechanism"
values={updateOptions}
helpText="Use Sonarr's built-in updater or a script"
helpLink="https://github.com/Sonarr/Sonarr/wiki/Updating"
helpLink="https://wiki.servarr.com/Sonarr_Settings#Updates"
onChange={onInputChange}
{...updateMechanism}
/>