Skip to content

Commit deb16c8

Browse files
authored
Link updated as suggested.
1 parent b62d75b commit deb16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token-username-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ For more information on all the modifiers that can be applied to `AcquireTokenBy
254254

255255
# [Java](#tab/java)
256256

257-
The following extract is from the [MSAL Java code samples](https://github.com/AzureAD/microsoft-authentication-library-for-java/tree/dev/msal4j-sdk/src/samples/public-client).
257+
The following extract is from the [MSAL Java code samples](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/msal4j-sdk/src/samples/public-client/UsernamePasswordFlow.java).
258258

259259
```java
260260
PublicClientApplication pca = PublicClientApplication.builder(clientId)

0 commit comments

Comments
 (0)