mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
change wiki links from wikjs to wiki endpoint
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
We're always looking for people to help make Prowlarr even better, there are a number of ways to contribute.
|
We're always looking for people to help make Prowlarr even better, there are a number of ways to contribute.
|
||||||
|
|
||||||
## Documentation ##
|
## 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 ##
|
## Development ##
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://dev.azure.com/Prowlarr/Prowlarr/_build/latest?definitionId=1&branchName=develop)
|
[](https://dev.azure.com/Prowlarr/Prowlarr/_build/latest?definitionId=1&branchName=develop)
|
||||||
[](https://translate.servarr.com/engage/prowlarr/?utm_source=widget)
|
[](https://translate.servarr.com/engage/prowlarr/?utm_source=widget)
|
||||||
[](https://wikijs.servarr.com/prowlarr/installation#docker)
|
[](https://wiki.servarr.com/prowlarr/installation#docker)
|
||||||

|

|
||||||
[](#backers)
|
[](#backers)
|
||||||
[](#sponsors)
|
[](#sponsors)
|
||||||
@@ -25,11 +25,11 @@ Note: Prowlarr is currently early in life, thus bugs should be expected
|
|||||||
[](https://prowlarr.com/discord)
|
[](https://prowlarr.com/discord)
|
||||||
[](https://www.reddit.com/r/Prowlarr)
|
[](https://www.reddit.com/r/Prowlarr)
|
||||||
[](https://github.com/Prowlarr/Prowlarr/issues)
|
[](https://github.com/Prowlarr/Prowlarr/issues)
|
||||||
[](https://wikijs.servarr.com/prowlarr)
|
[](https://wiki.servarr.com/prowlarr)
|
||||||
|
|
||||||
## Indexers/Trackers
|
## 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)
|
[Indexer Requests](https://requests.prowlarr.com)
|
||||||
- Request or vote on an existing request for a new tracker/indexer
|
- Request or vote on an existing request for a new tracker/indexer
|
||||||
|
@@ -129,7 +129,7 @@ class FileBrowserModalContent extends Component {
|
|||||||
className={styles.mappedDrivesWarning}
|
className={styles.mappedDrivesWarning}
|
||||||
kind={kinds.WARNING}
|
kind={kinds.WARNING}
|
||||||
>
|
>
|
||||||
<Link to="https://wikijs.servarr.com/prowlarr/faq#why-cant-prowlarr-see-my-files-on-a-remote-server">
|
<Link to="https://wiki.servarr.com/prowlarr/faq#why-cant-prowlarr-see-my-files-on-a-remote-server">
|
||||||
{translate('MappedDrivesRunningAsService')}
|
{translate('MappedDrivesRunningAsService')}
|
||||||
</Link>
|
</Link>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
@@ -55,7 +55,7 @@ function UpdateSettings(props) {
|
|||||||
type={inputTypes.TEXT}
|
type={inputTypes.TEXT}
|
||||||
name="branch"
|
name="branch"
|
||||||
helpText={usingExternalUpdateMechanism ? translate('BranchUpdateMechanism') : translate('BranchUpdate')}
|
helpText={usingExternalUpdateMechanism ? translate('BranchUpdateMechanism') : translate('BranchUpdate')}
|
||||||
helpLink="https://wikijs.servarr.com/prowlarr/settings#updates"
|
helpLink="https://wiki.servarr.com/prowlarr/settings#updates"
|
||||||
{...branch}
|
{...branch}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
readOnly={usingExternalUpdateMechanism}
|
readOnly={usingExternalUpdateMechanism}
|
||||||
@@ -92,7 +92,7 @@ function UpdateSettings(props) {
|
|||||||
name="updateMechanism"
|
name="updateMechanism"
|
||||||
values={updateOptions}
|
values={updateOptions}
|
||||||
helpText={translate('UpdateMechanismHelpText')}
|
helpText={translate('UpdateMechanismHelpText')}
|
||||||
helpLink="https://wikijs.servarr.com/prowlarr/settings#updates"
|
helpLink="https://wiki.servarr.com/prowlarr/settings#updates"
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
{...updateMechanism}
|
{...updateMechanism}
|
||||||
/>
|
/>
|
||||||
|
@@ -26,7 +26,7 @@ function NotificationEventItems(props) {
|
|||||||
<div>
|
<div>
|
||||||
<FormInputHelpText
|
<FormInputHelpText
|
||||||
text={translate('NotificationTriggersHelpText')}
|
text={translate('NotificationTriggersHelpText')}
|
||||||
link="https://wikijs.servarr.com/prowlarr/settings#connections"
|
link="https://wiki.servarr.com/prowlarr/settings#connections"
|
||||||
/>
|
/>
|
||||||
<div className={styles.events}>
|
<div className={styles.events}>
|
||||||
<div>
|
<div>
|
||||||
|
@@ -13,7 +13,7 @@ function createHealthCheckSelector() {
|
|||||||
source: 'UI',
|
source: 'UI',
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
message: translate('CouldNotConnectSignalR'),
|
message: translate('CouldNotConnectSignalR'),
|
||||||
wikiUrl: 'https://wikijs.servarr.com/prowlarr/system#could-not-connect-to-signalr'
|
wikiUrl: 'https://wiki.servarr.com/prowlarr/system#could-not-connect-to-signalr'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ class MoreInfo extends Component {
|
|||||||
|
|
||||||
<DescriptionListItemTitle>{translate('Wiki')}</DescriptionListItemTitle>
|
<DescriptionListItemTitle>{translate('Wiki')}</DescriptionListItemTitle>
|
||||||
<DescriptionListItemDescription>
|
<DescriptionListItemDescription>
|
||||||
<Link to="https://wikijs.servarr.com/prowlarr">wikijs.servarr.com/prowlarr</Link>
|
<Link to="https://wiki.servarr.com/prowlarr">wiki.servarr.com/prowlarr</Link>
|
||||||
</DescriptionListItemDescription>
|
</DescriptionListItemDescription>
|
||||||
|
|
||||||
<DescriptionListItemTitle>{translate('Reddit')}</DescriptionListItemTitle>
|
<DescriptionListItemTitle>{translate('Reddit')}</DescriptionListItemTitle>
|
||||||
|
@@ -252,7 +252,7 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://wikijs.servarr.com/prowlarr/faq#help-i-have-locked-myself-out"
|
href="https://wiki.servarr.com/prowlarr/faq#help-i-have-locked-myself-out"
|
||||||
class="forgot-password"
|
class="forgot-password"
|
||||||
>Forgot your password?</a
|
>Forgot your password?</a
|
||||||
>
|
>
|
||||||
|
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.Test.HealthCheck
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class HealthCheckFixture : CoreTest
|
public class HealthCheckFixture : CoreTest
|
||||||
{
|
{
|
||||||
private const string WikiRoot = "https://wikijs.servarr.com/";
|
private const string WikiRoot = "https://wiki.servarr.com/";
|
||||||
|
|
||||||
[TestCase("I blew up because of some weird user mistake", null, WikiRoot + "prowlarr/system#i-blew-up-because-of-some-weird-user-mistake")]
|
[TestCase("I blew up because of some weird user mistake", null, WikiRoot + "prowlarr/system#i-blew-up-because-of-some-weird-user-mistake")]
|
||||||
[TestCase("I blew up because of some weird user mistake", "#my-health-check", WikiRoot + "prowlarr/system#my-health-check")]
|
[TestCase("I blew up because of some weird user mistake", "#my-health-check", WikiRoot + "prowlarr/system#my-health-check")]
|
||||||
|
@@ -108,10 +108,10 @@ namespace NzbDrone.Core.Datastore
|
|||||||
|
|
||||||
if (OsInfo.IsOsx)
|
if (OsInfo.IsOsx)
|
||||||
{
|
{
|
||||||
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://wikijs.servarr.com/prowlarr/faq#i-use-prowlarr-on-a-mac-and-it-suddenly-stopped-working-what-happened", e, fileName);
|
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://wiki.servarr.com/prowlarr/faq#i-use-prowlarr-on-a-mac-and-it-suddenly-stopped-working-what-happened", e, fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://wikijs.servarr.com/prowlarr/faq#i-am-getting-an-error-database-disk-image-is-malformed", e, fileName);
|
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://wiki.servarr.com/prowlarr/faq#i-am-getting-an-error-database-disk-image-is-malformed", e, fileName);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.HealthCheck
|
|||||||
|
|
||||||
private static HttpUri MakeWikiUrl(string fragment)
|
private static HttpUri MakeWikiUrl(string fragment)
|
||||||
{
|
{
|
||||||
return new HttpUri("https://wikijs.servarr.com/prowlarr/system#") + new HttpUri(fragment);
|
return new HttpUri("https://wiki.servarr.com/prowlarr/system#") + new HttpUri(fragment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
|||||||
|
|
||||||
public override string Name => "Custom Script";
|
public override string Name => "Custom Script";
|
||||||
|
|
||||||
public override string Link => "https://wikijs.servarr.com/prowlarr/settings#connections";
|
public override string Link => "https://wiki.servarr.com/prowlarr/settings#connections";
|
||||||
|
|
||||||
public override ProviderMessage Message => new ProviderMessage("Testing will execute the script with the EventType set to Test, ensure your script handles this correctly", ProviderMessageType.Warning);
|
public override ProviderMessage Message => new ProviderMessage("Testing will execute the script with the EventType set to Test, ensure your script handles this correctly", ProviderMessageType.Warning);
|
||||||
|
|
||||||
|
@@ -38,10 +38,10 @@ namespace NzbDrone.Core.Notifications.Twitter
|
|||||||
AuthorizeNotification = "startOAuth";
|
AuthorizeNotification = "startOAuth";
|
||||||
}
|
}
|
||||||
|
|
||||||
[FieldDefinition(0, Label = "Consumer Key", Privacy = PrivacyLevel.ApiKey, HelpText = "Consumer key from a Twitter application", HelpLink = "https://wikijs.servarr.com/useful-tools#twitter-connect")]
|
[FieldDefinition(0, Label = "Consumer Key", Privacy = PrivacyLevel.ApiKey, HelpText = "Consumer key from a Twitter application", HelpLink = "https://wiki.servarr.com/useful-tools#twitter-connect")]
|
||||||
public string ConsumerKey { get; set; }
|
public string ConsumerKey { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "Consumer Secret", Privacy = PrivacyLevel.ApiKey, HelpText = "Consumer secret from a Twitter application", HelpLink = "https://wikijs.servarr.com/useful-tools#twitter-connect")]
|
[FieldDefinition(1, Label = "Consumer Secret", Privacy = PrivacyLevel.ApiKey, HelpText = "Consumer secret from a Twitter application", HelpLink = "https://wiki.servarr.com/useful-tools#twitter-connect")]
|
||||||
public string ConsumerSecret { get; set; }
|
public string ConsumerSecret { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(2, Label = "Access Token", Privacy = PrivacyLevel.ApiKey, Advanced = true)]
|
[FieldDefinition(2, Label = "Access Token", Privacy = PrivacyLevel.ApiKey, Advanced = true)]
|
||||||
|
@@ -14,7 +14,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
|||||||
_proxy = proxy;
|
_proxy = proxy;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Link => "https://wikijs.servarr.com/prowlarr/settings#connect";
|
public override string Link => "https://wiki.servarr.com/prowlarr/settings#connect";
|
||||||
|
|
||||||
public override void OnHealthIssue(HealthCheck.HealthCheck healthCheck)
|
public override void OnHealthIssue(HealthCheck.HealthCheck healthCheck)
|
||||||
{
|
{
|
||||||
|
@@ -39,7 +39,7 @@ namespace Prowlarr.Api.V1
|
|||||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
||||||
|
|
||||||
//prowlarr/supported#{0} are custom build redirect pages; if passing a new var, create a new redirect
|
//prowlarr/supported#{0} are custom build redirect pages; if passing a new var, create a new redirect
|
||||||
InfoLink = string.Format("https://wikijs.servarr.com/prowlarr/supported#{0}",
|
InfoLink = string.Format("https://wiki.servarr.com/prowlarr/supported#{0}",
|
||||||
definition.Implementation.ToLower())
|
definition.Implementation.ToLower())
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -766,13 +766,13 @@
|
|||||||
"source": "ImportMechanismCheck",
|
"source": "ImportMechanismCheck",
|
||||||
"type": "warning",
|
"type": "warning",
|
||||||
"message": "Enable Completed Download Handling",
|
"message": "Enable Completed Download Handling",
|
||||||
"wikiUrl": "https://wikijs.servarr.com/prowlarr/system#completed.2FFailed_Download_Handling"
|
"wikiUrl": "https://wiki.servarr.com/prowlarr/system#completed.2FFailed_Download_Handling"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "DownloadClientCheck",
|
"source": "DownloadClientCheck",
|
||||||
"type": "error",
|
"type": "error",
|
||||||
"message": "Unable to communicate with qBittorrent. Failed to connect to qBittorrent, check your settings.",
|
"message": "Unable to communicate with qBittorrent. Failed to connect to qBittorrent, check your settings.",
|
||||||
"wikiUrl": "https://wikijs.servarr.com/prowlarr/system#download-clients"
|
"wikiUrl": "https://wiki.servarr.com/prowlarr/system#download-clients"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user