From 523da371f8018a024fb487502c275ffd9338207f Mon Sep 17 00:00:00 2001 From: Isaac Levy Date: Mon, 9 Nov 2020 07:03:57 -0500 Subject: [PATCH] update jsdelivr link point to current vue release --- 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 e940d3ab66..282241dd23 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -93,7 +93,7 @@ $ yarn dev ## Explanation of Different Builds -In the [`dist/` directory of the npm package](https://cdn.jsdelivr.net/npm/vue@3.0.0-rc.1/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case. +In the [`dist/` directory of the npm package](https://cdn.jsdelivr.net/npm/vue@3.0.2/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case. ### From CDN or without a Bundler