AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Fix #862, use CDN links for latest release #886

Closed Chris-Johnston closed 5 years ago

Chris-Johnston commented 5 years ago

Fixes #862 . This updates the library's CDN links and references to version 1.0.18 so that they use the latest available release (at the time of committing). These links were changed in 0239b400a2048aa8a8763fa18e068a69219441f6, which appears to have been copied/cherry-picked from the dev branch where 1.0.18 is being worked on (PR #839 ).

Since this release is not out yet, and these links 404, they have been updated to use the latest release of the library (1.0.17).

jasonnutter commented 5 years ago

Thanks for the fix!