Update wiki links

This commit is contained in:
Qstick
2021-07-03 14:55:53 -04:00
parent 68dd6bc98e
commit b23e225271
28 changed files with 62 additions and 62 deletions
@@ -129,7 +129,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://wiki.servarr.com/Readarr_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>
}
@@ -70,7 +70,7 @@ class DevelopmentSettings extends Component {
type={inputTypes.TEXT}
name="metadataSource"
helpText={translate('MetadataSourceHelpText')}
helpLink="https://wiki.servarr.com/Readarr_Settings#Metadata"
helpLink="https://wiki.servarr.com/readarr/settings#metadata"
onChange={onInputChange}
{...settings.metadataSource}
/>
@@ -68,7 +68,7 @@ function UpdateSettings(props) {
type={inputTypes.TEXT}
name="branch"
helpText={usingExternalUpdateMechanism ? translate('UsingExternalUpdateMechanismBranchUsedByExternalUpdateMechanism') : translate('UsingExternalUpdateMechanismBranchToUseToUpdateReadarr')}
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_do_I_update_my_Readarr"
helpLink="https://wiki.servarr.com/readarr/faq#how-do-I-update-my-readarr"
{...branch}
onChange={onInputChange}
readOnly={usingExternalUpdateMechanism}
@@ -109,7 +109,7 @@ function UpdateSettings(props) {
name="updateMechanism"
values={updateOptions}
helpText={translate('UpdateMechanismHelpText')}
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_do_I_update_my_Readarr"
helpLink="https://wiki.servarr.com/readarr/faq#how-do-i-update-my-readarr"
onChange={onInputChange}
{...updateMechanism}
/>
@@ -99,7 +99,7 @@ function IndexerOptions(props) {
unit="minutes"
helpText={translate('RssSyncIntervalHelpText')}
helpTextWarning={translate('ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem')}
helpLink="https://wiki.servarr.com/Readarr_FAQ#How_does_Readarr_work"
helpLink="https://wiki.servarr.com/readarr/faq#how-does-readarr-work"
onChange={onInputChange}
{...settings.rssSyncInterval}
/>
@@ -59,7 +59,7 @@ function MetadataProvider(props) {
type={inputTypes.SELECT}
name="writeBookTags"
helpTextWarning={translate('WriteBookTagsHelpTextWarning')}
helpLink="https://wiki.servarr.com/Readarr_Settings#Write_Metadata_to_Book_Files"
helpLink="https://wiki.servarr.com/readarr/settings#write-metadata-to-book-files"
values={writeBookTagOptions}
onChange={onInputChange}
{...settings.writeBookTags}
@@ -104,7 +104,7 @@ function MetadataProvider(props) {
type={inputTypes.SELECT}
name="writeAudioTags"
helpTextWarning={translate('WriteBookTagsHelpTextWarning')}
helpLink="https://wiki.servarr.com/Lidarr_Settings#Write_Metadata_to_Audio_Files"
helpLink="https://wiki.servarr.com/readarr/settings#write-metadata-to-audio-files"
values={writeAudioTagOptions}
onChange={onInputChange}
{...settings.writeAudioTags}
@@ -42,7 +42,7 @@ function NotificationEventItems(props) {
<div>
<FormInputHelpText
text="Select which events should trigger this notification"
link="https://wiki.servarr.com/Readarr_Settings#Connections"
link="https://wiki.servarr.com/readarr/settings#Connections"
/>
<div className={styles.events}>
<div>
+1 -1
View File
@@ -14,7 +14,7 @@ function Tags(props) {
} = props;
if (!items.length) {
const wikiLink = <Link to='https://wiki.servarr.com/Readarr_Settings#Tags'>here</Link>;
const wikiLink = <Link to='https://wiki.servarr.com/readarr/settings#tags'>here</Link>;
return (
<div>
{translate('NoTagsHaveBeenAddedYet', [wikiLink])}
@@ -12,7 +12,7 @@ function createHealthCheckSelector() {
source: 'UI',
type: 'warning',
message: 'Could not connect to SignalR, UI won\'t update',
wikiUrl: 'https://wiki.servarr.com/Readarr_System#could_not_connect_to_signalr'
wikiUrl: 'https://wiki.servarr.com/readarr/system#could-not-connect-to-signalr'
});
}
+1 -1
View File
@@ -252,7 +252,7 @@
</span>
<a
href="https://wiki.servarr.com/Readarr_FAQ#Help_I_have_locked_my_self_out"
href="https://wiki.servarr.com/readarr/faq#help-i-have-locked-my-self-out"
class="forgot-password"
>Forgot your password?</a
>