fix(core): Fix broken documentation links in AWS (Assume Role) credential (#34763)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Ilfat Mindubaev
2026-08-04 09:49:03 +03:00
committed by GitHub
parent 0363fd6f7c
commit 1e39ea50a4
@@ -21,7 +21,7 @@ export class AwsAssumeRole implements ICredentialType {
displayName = 'AWS (Assume Role)';
documentationUrl = 'awsassumerole';
documentationUrl = 'aws';
icon = { light: 'file:icons/AWS.svg', dark: 'file:icons/AWS.dark.svg' } as const;
@@ -31,7 +31,7 @@ export class AwsAssumeRole implements ICredentialType {
displayName: 'Use System Credentials',
name: 'useSystemCredentialsForRole',
description:
'Use system credentials (environment variables, container role, etc.) to call STS.AssumeRole. Access to AWS system credentials is disabled by default and must be explicitly enabled. See <a href="https://docs.n8n.io/integrations/credentials/awsassumerole/">documentation</a> for more information.',
'Use system credentials (environment variables, container role, etc.) to call STS.AssumeRole. Access to AWS system credentials is disabled by default and must be explicitly enabled. See <a href="https://docs.n8n.io/integrations/builtin/credentials/aws/">documentation</a> for more information.',
type: 'boolean',
default: false,
displayOptions: {