From 425b7e8aadcac168bf8462b5d23b4abdee61a39e Mon Sep 17 00:00:00 2001 From: Tamas Csizmadia Date: Wed, 10 May 2023 10:29:04 +0200 Subject: [PATCH] Update change log URl in README.md Replaced broken link in change log reference with msal4j-sdk/changelog.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 102b4dac..00e86f3d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The library supports the following Java environments: Current version - 1.13.8 -You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt). +You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/main/msal4j-sdk/changelog.txt). You can get the com.microsoft.aad.msal4j package through Maven or Gradle.