Skip to content

Commit e547ef7

Browse files
committed
update cdn link
1 parent 480f39e commit e547ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

+1-1
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
### CDN
3232

33-
Recommended: [unpkg](https://unpkg.com/vue), 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/).
33+
Recommended: [unpkg](https://unpkg.com/vue/dist/vue.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
Also available on [jsdelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js) or [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), but these two services take some time to sync so the latest release may not be available yet.
3636

0 commit comments

Comments
 (0)