Skip to content

Commit da10f9d

Browse files
author
Swasti Gupta
committed
Fix path
1 parent c60c0e9 commit da10f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Removed the deprecated MSALLogger interface and implementation class (#2591)
77
* Enforced a valid broker-capable redirect URI format for AAD scenarios (#2592)
88
* Merged the MSALAccount (MultiTenantAccount) category into the MSALAccount protocol and removed the MSALAccount+MultiTenantAccount.h (#2594)
9-
* Added a [MSAL 2.x Migration Guide](./docs/MSAL_2x_Migration_Guide.md) to assist developers in upgrading from MSAL 1.x to 2.x. (#2614)
9+
* Added a [MSAL 2.x Migration Guide](docs/MSAL_2x_Migration_Guide.md) to assist developers in upgrading from MSAL 1.x to 2.x. (#2614)
1010

1111
## [1.9.0]
1212
* Add feature flags provider to be controlled from broker (#2540)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Microsoft Authentication Library for iOS and macOS
77
| [MSAL iOS and macOS documentation](https://learn.microsoft.com/en-us/entra/msal/objc/) | &#8226; [Microsoft Entra ID (workforce samples)](https://learn.microsoft.com/en-us/entra/identity-platform/sample-v2-code?tabs=framework#ios)<br/>&#8226; [Microsoft Entra External ID (customer samples)](https://learn.microsoft.com/en-us/entra/external-id/customers/samples-ciam-all?tabs=apptype#mobile) | [ SDK reference](https://azuread.github.io/microsoft-authentication-library-for-objc/) | [Get support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/xuBV0CzEih) |
88

99
> ⚠️ **MSAL 2.x Released with Breaking Changes**
10-
> Please review the [MSAL 2.x for iOS/macOS – Major Release Announcement & Migration Guide](./docs/MSAL_2x_Migration_Guide.md) for full details on what changed and how to migrate.
10+
> Please review the [MSAL 2.x for iOS/macOS – Major Release Announcement & Migration Guide](.docs/MSAL_2x_Migration_Guide.md) for full details on what changed and how to migrate.
1111
1212
The Microsoft Authentication Library (MSAL) for iOS and macOS is an auth SDK that can be used to seamlessly integrate authentication into your apps using industry standard OAuth2 and OpenID Connect. It allows you to sign in users or apps with Microsoft identities. These identities include Microsoft Entra ID work and school accounts, personal Microsoft accounts, social accounts, and customer accounts.
1313

0 commit comments

Comments
 (0)