Skip to content

Commit 4f27143

Browse files
Update README.md with corrected relative urls
1 parent 518c45c commit 4f27143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ The Microsoft Graph JavaScript client library is a lightweight wrapper around th
2020

2121
The library comes with two varieties of options, you can pick one based on your use case
2222

23-
1. If your application has polyfills for **Fetch-API** and **ES6-Promise**, then can just include [lib/graph-js-sdk-core.js](https://github.com/microsoftgraph/msgraph-sdk-javascript/raw/master/lib/graph-js-sdk-core.js) in your page.
23+
1. If your application has polyfills for **Fetch-API** and **ES6-Promise**, then can just include [lib/graph-js-sdk-core.js](./lib/graph-js-sdk-core.js) in your page.
2424
```html
2525
<script type="text/javascript" src="graph-js-sdk-core.js"></script>
2626
```
2727

28-
2. If your application does not have polyfills for **Fetch-API** and **ES6-Promise**, then you have to include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-javascript/raw/master/lib/graph-js-sdk-web.js) in your page.
28+
2. If your application does not have polyfills for **Fetch-API** and **ES6-Promise**, then you have to include [lib/graph-js-sdk-web.js](./lib/graph-js-sdk-web.js) in your page.
2929
```html
3030
<script type="text/javascript" src="graph-js-sdk-web.js"></script>
3131
```

0 commit comments

Comments
 (0)