mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(crowd.dev Node): Fix documentation urls for crowd.dev credentials and nodes (#6696)
This commit is contained in:
committed by
GitHub
parent
fce5609fa3
commit
acda7f269f
@@ -10,7 +10,7 @@ export class CrowdDevApi implements ICredentialType {
|
||||
|
||||
displayName = 'crowd.dev API';
|
||||
|
||||
documentationUrl = 'crowdDev';
|
||||
documentationUrl = 'crowddev';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/crowdDev"
|
||||
"url": "https://docs.n8n.io/credentials/crowddev"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.crowdDev/"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.crowddev/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/crowdDev"
|
||||
"url": "https://docs.n8n.io/credentials/crowddev"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
||||
Reference in New Issue
Block a user