Skip to content

Commit 020856e

Browse files
authored
Fix Readme links (#6365)
Relative links don't work properly when clicked from npm - update the migration doc links to absolute urls
1 parent 212d1ba commit 020856e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/msal-browser/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Authentication Library for JavaScript (MSAL.js) 2.0 for Browser-Based Single-Page Applications
1+
# Microsoft Authentication Library for JavaScript (MSAL.js) for Browser-Based Single-Page Applications
22

33
[![npm version](https://img.shields.io/npm/v/@azure/msal-browser.svg?style=flat)](https://www.npmjs.com/package/@azure/msal-browser/)
44
[![npm version](https://img.shields.io/npm/dm/@azure/msal-browser.svg)](https://nodei.co/npm/@azure/msal-browser/)
@@ -59,8 +59,8 @@ npm install @azure/msal-browser
5959

6060
### Migrating from Previous MSAL Versions
6161

62-
- [Migrating from MSAL v1.x to MSAL v2.x](./docs/v1-migration.md)
63-
- [Migrating from MSAL v2.x to MSAL v3.x](./docs/v2-migration.md)
62+
- [Migrating from MSAL v1.x to MSAL v2.x](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v1-migration.md)
63+
- [Migrating from MSAL v2.x to MSAL v3.x](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v2-migration.md)
6464

6565
### MSAL Basics
6666

@@ -123,13 +123,13 @@ npm run build:all
123123

124124
### Running Tests
125125

126-
`@azure/msal-browser` uses [mocha](https://mochajs.org/) and [chai](https://www.chaijs.com/) to run unit tests, as well as Istanbul's [nyc](https://github.com/istanbuljs/nyc) tool for code coverage.
126+
`@azure/msal-browser` uses [jest](https://jestjs.io) to run unit tests.
127127

128128
```bash
129129
// To run tests
130130
npm test
131131
// To run tests with code coverage
132-
npm run test:coverage:only
132+
npm run test:coverage
133133
```
134134

135135
## Framework Wrappers

0 commit comments

Comments
 (0)