standardize cdn links in docs (#2416)
- consistently use @next and explicit path
This commit is contained in:
parent
61af23de24
commit
9b38e41fd6
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue