Skip to content

Commit cdcc4ef

Browse files
update api ref link syntax
1 parent 87ca8b7 commit cdcc4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-acquire-token-silently.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: devx-track-csharp, aaddev, engagement-fy23
2020

2121
When you acquire an access token using the Microsoft Authentication Library for .NET (MSAL.NET), the token is cached. When the application needs a token, it should attempt to fetch it from the cache first.
2222

23-
You can monitor the source of the tokens by inspecting the [`AuthenticationResult.AuthenticationResultMetadata.TokenSource`](/../../microsoft.identity.client.authenticationresultmetadata.tokensource?view=msal-dotnet-latest) property.
23+
You can monitor the source of the tokens by inspecting the [`AuthenticationResult.AuthenticationResultMetadata.TokenSource`](/dotnet/api/microsoft.identity.client.authenticationresultmetadata.tokensource?view=msal-dotnet-latest) property.
2424

2525
## Websites and web APIs
2626

0 commit comments

Comments
 (0)