From 1268f90f2633d4075c787fa1f25005b585073e50 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 17 Dec 2020 16:17:26 -0600 Subject: [PATCH] New: Update all wiki links to point to the Servarr Wiki Fixes: https://github.com/lidarr/Lidarr/issues/1805 https://github.com/lidarr/Lidarr/issues/1803 --- .../Components/FileBrowser/FileBrowserModalContent.js | 2 +- frontend/src/Settings/General/UpdateSettings.js | 4 ++-- .../src/Settings/Indexers/Options/IndexerOptions.js | 2 +- .../Metadata/MetadataProvider/MetadataProvider.js | 4 ++-- .../Notifications/NotificationEventItems.js | 2 +- frontend/src/Settings/Tags/Tags.js | 2 +- .../src/Store/Selectors/createHealthCheckSelector.js | 2 +- frontend/src/System/Status/MoreInfo/MoreInfo.js | 2 +- frontend/src/login.html | 2 +- src/Lidarr.Api.V1/ProviderResource.cs | 3 +-- .../HealthCheck/HealthCheckFixture.cs | 10 +++++----- src/NzbDrone.Core/Datastore/DbFactory.cs | 4 ++-- src/NzbDrone.Core/HealthCheck/HealthCheck.cs | 6 +++--- .../Notifications/CustomScript/CustomScript.cs | 2 +- .../Notifications/Twitter/TwitterSettings.cs | 4 ++-- src/NzbDrone.Core/Notifications/Webhook/Webhook.cs | 2 +- 16 files changed, 26 insertions(+), 27 deletions(-) diff --git a/frontend/src/Components/FileBrowser/FileBrowserModalContent.js b/frontend/src/Components/FileBrowser/FileBrowserModalContent.js index 0df2e5d73..b90339c80 100644 --- a/frontend/src/Components/FileBrowser/FileBrowserModalContent.js +++ b/frontend/src/Components/FileBrowser/FileBrowserModalContent.js @@ -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 FAQ for more information. + Mapped network drives are not available when running as a Windows Service, see the FAQ for more information. } diff --git a/frontend/src/Settings/General/UpdateSettings.js b/frontend/src/Settings/General/UpdateSettings.js index 8cc94c632..1a8e999ce 100644 --- a/frontend/src/Settings/General/UpdateSettings.js +++ b/frontend/src/Settings/General/UpdateSettings.js @@ -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 Lidarr'} - helpLink="https://github.com/Lidarr/Lidarr/wiki/Release-Branches" + helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_do_I_update_my_Lidarr" {...branch} onChange={onInputChange} readOnly={usingExternalUpdateMechanism} @@ -100,7 +100,7 @@ function UpdateSettings(props) { name="updateMechanism" values={updateOptions} helpText="Use Lidarr's built-in updater or a script" - helpLink="https://github.com/Lidarr/Lidarr/wiki/Updating" + helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_do_I_update_my_Lidarr" onChange={onInputChange} {...updateMechanism} /> diff --git a/frontend/src/Settings/Indexers/Options/IndexerOptions.js b/frontend/src/Settings/Indexers/Options/IndexerOptions.js index c0df1bcf6..76a47a427 100644 --- a/frontend/src/Settings/Indexers/Options/IndexerOptions.js +++ b/frontend/src/Settings/Indexers/Options/IndexerOptions.js @@ -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/Lidarr/Lidarr/wiki/RSS-Sync" + helpLink="https://wiki.servarr.com/Lidarr_FAQ#How_does_Lidarr_work" onChange={onInputChange} {...settings.rssSyncInterval} /> diff --git a/frontend/src/Settings/Metadata/MetadataProvider/MetadataProvider.js b/frontend/src/Settings/Metadata/MetadataProvider/MetadataProvider.js index 423427837..b2c67cc88 100644 --- a/frontend/src/Settings/Metadata/MetadataProvider/MetadataProvider.js +++ b/frontend/src/Settings/Metadata/MetadataProvider/MetadataProvider.js @@ -54,7 +54,7 @@ function MetadataProvider(props) { type={inputTypes.TEXT} name="metadataSource" helpText="Alternative Metadata Source (Leave blank for default)" - helpLink="https://github.com/Lidarr/Lidarr/wiki/Metadata-Source" + helpLink="https://wiki.servarr.com/Lidarr_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/Lidarr/Lidarr/wiki/Write-Tags" + helpLink="https://wiki.servarr.com/Lidarr_Settings#Write_Metadata_to_Audio_Files" values={writeAudioTagOptions} onChange={onInputChange} {...settings.writeAudioTags} diff --git a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js index 4aba5a27d..b51997fde 100644 --- a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js +++ b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js @@ -39,7 +39,7 @@ function NotificationEventItems(props) {