diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9e50ffab..05902fd90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ We're always looking for people to help make Prowlarr even better, there are a number of ways to contribute. ## Documentation ## -Setup guides, FAQ, the more information we have on the [wiki](https://wikijs.servarr.com/prowlarr) the better. +Setup guides, FAQ, the more information we have on the [wiki](https://wiki.servarr.com/prowlarr) the better. ## Development ## diff --git a/README.md b/README.md index 79dd8581a..35907af0d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://dev.azure.com/Prowlarr/Prowlarr/_build/latest?definitionId=1&branchName=develop) [](https://translate.servarr.com/engage/prowlarr/?utm_source=widget) -[](https://wikijs.servarr.com/prowlarr/installation#docker) +[](https://wiki.servarr.com/prowlarr/installation#docker)  [](#backers) [](#sponsors) @@ -25,11 +25,11 @@ Note: Prowlarr is currently early in life, thus bugs should be expected [](https://prowlarr.com/discord) [](https://www.reddit.com/r/Prowlarr) [](https://github.com/Prowlarr/Prowlarr/issues) -[](https://wikijs.servarr.com/prowlarr) +[](https://wiki.servarr.com/prowlarr) ## Indexers/Trackers -[Supported Indexers](https://wikijs.servarr.com/en/prowlarr/supported-indexers) +[Supported Indexers](https://wiki.servarr.com/en/prowlarr/supported-indexers) [Indexer Requests](https://requests.prowlarr.com) - Request or vote on an existing request for a new tracker/indexer diff --git a/frontend/src/Components/FileBrowser/FileBrowserModalContent.js b/frontend/src/Components/FileBrowser/FileBrowserModalContent.js index 0cb09847f..6cf4103cd 100644 --- a/frontend/src/Components/FileBrowser/FileBrowserModalContent.js +++ b/frontend/src/Components/FileBrowser/FileBrowserModalContent.js @@ -129,7 +129,7 @@ class FileBrowserModalContent extends Component { className={styles.mappedDrivesWarning} kind={kinds.WARNING} > - + {translate('MappedDrivesRunningAsService')} diff --git a/frontend/src/Settings/General/UpdateSettings.js b/frontend/src/Settings/General/UpdateSettings.js index 8d51bf7f3..3bf8d43b6 100644 --- a/frontend/src/Settings/General/UpdateSettings.js +++ b/frontend/src/Settings/General/UpdateSettings.js @@ -55,7 +55,7 @@ function UpdateSettings(props) { type={inputTypes.TEXT} name="branch" helpText={usingExternalUpdateMechanism ? translate('BranchUpdateMechanism') : translate('BranchUpdate')} - helpLink="https://wikijs.servarr.com/prowlarr/settings#updates" + helpLink="https://wiki.servarr.com/prowlarr/settings#updates" {...branch} onChange={onInputChange} readOnly={usingExternalUpdateMechanism} @@ -92,7 +92,7 @@ function UpdateSettings(props) { name="updateMechanism" values={updateOptions} helpText={translate('UpdateMechanismHelpText')} - helpLink="https://wikijs.servarr.com/prowlarr/settings#updates" + helpLink="https://wiki.servarr.com/prowlarr/settings#updates" onChange={onInputChange} {...updateMechanism} /> diff --git a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js index 6fa5923ce..1b4711fca 100644 --- a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js +++ b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.js @@ -26,7 +26,7 @@ function NotificationEventItems(props) {