From 7849bbaf263295ee3110fb93d568b5a22d8b2022 Mon Sep 17 00:00:00 2001 From: An Phan Date: Tue, 30 Aug 2016 12:48:17 +0800 Subject: [PATCH] Replace references to npmcdn with unpkg npmcdn.com has been recently renamed to unpkg.com. This commit replaces all references to npmcdn with unpkg. --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/installation.md b/src/guide/installation.md index 0861286e5e..bf9edb8c09 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -30,7 +30,7 @@ Simply download and include with a script tag. `Vue` will be registered as a glo 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). -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/). +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/). ### CSP-compliant build