From a316ab13eb4ff55b7835e8efc68513d396cdd255 Mon Sep 17 00:00:00 2001 From: Pramod Valavala Date: Thu, 13 Oct 2022 14:45:39 -0400 Subject: [PATCH] Fix example link --- sdk/communication/azure-communication-identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/communication/azure-communication-identity/README.md b/sdk/communication/azure-communication-identity/README.md index 72ebd017f333..6a79a6afbe0b 100644 --- a/sdk/communication/azure-communication-identity/README.md +++ b/sdk/communication/azure-communication-identity/README.md @@ -55,7 +55,7 @@ The following section provides several code snippets covering some of the most c - [Creating a user and a token in a single request](#creating-a-user-and-a-token-in-a-single-request) - [Revoking a user's access tokens](#revoking-a-users-access-tokens) - [Deleting a user](#deleting-a-user) -- [Exchanging Azure AD access token of a Teams User for a Communication Identity access token](#exchanging-aad-access-token-of-a-teams-user-for-a-communication-identity-access-token) +- [Exchanging Azure AD access token of a Teams User for a Communication Identity access token](#exchanging-azure-ad-access-token-of-a-teams-user-for-a-communication-identity-access-token) ### Creating a new user