Skip to content

Commit 52d1ea1

Browse files
authored
fix docs markdown link
1 parent b8b8511 commit 52d1ea1

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)