Skip to content

Commit 3cb0a72

Browse files
aBurmeseDevkuhe
andauthored
fix(docs): update broken link for NodeProviderChain (#7138)
* fix(docs): update broken link for NodeProviderChain * chore(docs): use tsdoc link tag instead Co-authored-by: George Fu <[email protected]> --------- Co-authored-by: George Fu <[email protected]>
1 parent 68d363b commit 3cb0a72

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 {@link https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain|the default provider for Node.js SDK},
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)