Skip to content

Commit 176d74a

Browse files
authored
Merge pull request #472 from Southclaws/patch-1
fix docs markdown link
2 parents b8b8511 + 52d1ea1 commit 176d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TokenCredentialAuthenticationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- [npm - Azure Identity client library for JavaScript](https://www.npmjs.com/package/@azure/identity)
88

9-
- Check the [tokenCredentialSamples folder][../samples/tokencredentialsamples]. The ClientSecretCredentialFlow is an example of using TokenCredential to authenticate a node application. The AuthenticationCodeFlow is an example of using TokenCredential to authenticate a browser application.
9+
- Check the [tokenCredentialSamples folder](../samples/tokencredentialsamples). The ClientSecretCredentialFlow is an example of using TokenCredential to authenticate a node application. The AuthenticationCodeFlow is an example of using TokenCredential to authenticate a browser application.
1010

1111
**Important Note:** TokenCredentials can be used to authenticate browser and node applications.
1212

0 commit comments

Comments
 (0)