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
@@ -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}
/>