From 52d1ea1e9db0f5a55f956096ec20b4ace193d621 Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Mon, 14 Jun 2021 15:24:45 +0100 Subject: [PATCH] fix docs markdown link --- docs/TokenCredentialAuthenticationProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TokenCredentialAuthenticationProvider.md b/docs/TokenCredentialAuthenticationProvider.md index 5a3fa84e1..8c06c3ae3 100644 --- a/docs/TokenCredentialAuthenticationProvider.md +++ b/docs/TokenCredentialAuthenticationProvider.md @@ -6,7 +6,7 @@ - [npm - Azure Identity client library for JavaScript](https://www.npmjs.com/package/@azure/identity) -- 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. +- 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. **Important Note:** TokenCredentials can be used to authenticate browser and node applications.