Skip to content

Commit 6cf9ff9

Browse files
Merge pull request #214981 from pritamso/Broken-link-fix-Dickson-Mwendia
Broken link fixed
2 parents 76c47e2 + deb16c8 commit 6cf9ff9

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/blob/dev/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)