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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue