Skip to content

Commit e1572e2

Browse files
authored
Making the URL relative
1 parent 9084a80 commit e1572e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/intune/developer/app-sdk-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Typically, MSAL requires apps to register with Azure Active Directory (AAD) and
180180

181181
If your app does not already use MSAL, you will need to configure an app registration in AAD and specify the client ID and redirect URI that the Intune SDK should use.
182182

183-
If your app currently uses ADAL to authenticate users, refer to [this](https://docs.microsoft.com/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
183+
If your app currently uses ADAL to authenticate users, refer to [this](/azure/active-directory/develop/migrate-objc-adal-msal) for more information on migrating your app from ADAL to MSAL.
184184

185185
It is recommended that your app links to the latest release of [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases).
186186

0 commit comments

Comments
 (0)