Skip to content

Commit eba20d6

Browse files
aBurmeseDevkuhe
andcommitted
chore(docs): use tsdoc link tag instead
Co-authored-by: George Fu <[email protected]>
1 parent d544f9e commit eba20d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/credential-providers/src/fromNodeProviderChain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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 [the default provider for Node.js SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain),
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
77
* STS client and supply them manually. You normally don't need to use this explicitly in the client constructor.
88
* It is useful for utility functions requiring credentials like S3 presigner,

0 commit comments

Comments
 (0)