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

@ -58,7 +58,7 @@ Let's create an HTML file to follow along:
```markup
<body>
<script src="https://unpkg.com/mithril/mithril.js"></script>
<script src="https://unpkg.com/mithril@next/mithril.js"></script>
<script>
var root = document.body