Skip to content

Commit d544f9e

Browse files
authored
fix(docs): update broken link for NodeProviderChain
1 parent 0fd639b commit d544f9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/credential-providers/src/fromNodeProviderChain.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ import { defaultProvider, DefaultProviderInit } from "@aws-sdk/credential-provid
22
import type { AwsCredentialIdentityProvider } from "@smithy/types";
33

44
/**
5-
* This is the same credential provider as {@link defaultProvider|the default provider for Node.js SDK},
5+
* This is the same credential provider as [the default provider for Node.js SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain),
66
* but with default role assumers so you don't need to import them from
7-
* STS client and supply them manually.
8-
*
9-
* You normally don't need to use this explicitly in the client constructor.
7+
* STS client and supply them manually. You normally don't need to use this explicitly in the client constructor.
108
* It is useful for utility functions requiring credentials like S3 presigner,
119
* or RDS signer.
1210
*

0 commit comments

Comments
 (0)