mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
docs: Update doc links in azure cosmos db (no-changelog) (#15190)
This commit is contained in:
committed by
GitHub
parent
e9ef193eaa
commit
345b60e8d3
@@ -20,7 +20,7 @@ export class MicrosoftAzureCosmosDbSharedKeyApi implements ICredentialType {
|
||||
|
||||
displayName = 'Microsoft Azure Cosmos DB API';
|
||||
|
||||
documentationUrl = 'microsoftAzureCosmosdb';
|
||||
documentationUrl = 'azurecosmosdb';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/microsoft/"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/azurecosmosdb/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azureCosmosDb/"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurecosmosdb/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user