Skip to content

Commit e6309ca

Browse files
phananchrisvfritz
authored andcommitted
Replace references to npmcdn with unpkg (#384)
npmcdn.com has been recently renamed to unpkg.com. This commit replaces all references to npmcdn with unpkg.
1 parent de9246d commit e6309ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
3030

3131
Available on [jsdelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.min.js) or [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.min.js) (takes some time to sync so the latest version might not be available yet).
3232

33-
Also available on [npmcdn](https://npmcdn.com/vue/dist/vue.min.js), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [npmcdn.com/vue/](https://npmcdn.com/vue/).
33+
Also available on [unpkg](https://unpkg.com/vue/dist/vue.min.js), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [unpkg.com/vue/](https://unpkg.com/vue/).
3434

3535
### CSP-compliant build
3636

0 commit comments

Comments
 (0)