mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
fix(crowd.dev Node): Fix documentation urls for crowd.dev credentials and nodes (#6696)
This commit is contained in:
parent
fce5609fa3
commit
acda7f269f
|
@ -10,7 +10,7 @@ export class CrowdDevApi implements ICredentialType {
|
||||||
|
|
||||||
displayName = 'crowd.dev API';
|
displayName = 'crowd.dev API';
|
||||||
|
|
||||||
documentationUrl = 'crowdDev';
|
documentationUrl = 'crowddev';
|
||||||
|
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"credentialDocumentation": [
|
"credentialDocumentation": [
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/credentials/crowdDev"
|
"url": "https://docs.n8n.io/credentials/crowddev"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"primaryDocumentation": [
|
"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": {
|
"resources": {
|
||||||
"credentialDocumentation": [
|
"credentialDocumentation": [
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/credentials/crowdDev"
|
"url": "https://docs.n8n.io/credentials/crowddev"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"primaryDocumentation": [
|
"primaryDocumentation": [
|
||||||
|
|
Loading…
Reference in a new issue