standardize cdn links in docs (#2416)

- consistently use @next and explicit path
This commit is contained in:
Daniel Loomer 2019-05-27 11:58:11 -04:00 committed by Isiah Meadows
parent 61af23de24
commit 9b38e41fd6
4 changed files with 6 additions and 6 deletions

View file

@ -29,9 +29,9 @@ Mithril supports IE11, Firefox ESR, and the last two versions of Firefox, Edge,
### CDN
```html
<script src="https://unpkg.com/mithril"></script>
<script src="https://unpkg.com/mithril@next/mithril.js"></script>
<!-- or -->
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mithril@next/mithril.js"></script>
```
### npm