From 1549b44e75912d9c5d9e0d5a0514c6b4610e8f78 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Mon, 8 Jan 2018 03:57:01 +0000 Subject: [PATCH] Update Installation guide to use https://caniuse.com --- src/v2/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/installation.md b/src/v2/guide/installation.md index 9b06ee709e..49547d9358 100644 --- a/src/v2/guide/installation.md +++ b/src/v2/guide/installation.md @@ -8,7 +8,7 @@ gz_size: "30.67" ### Compatibility Note -Vue does **not** support IE8 and below, because it uses ECMAScript 5 features that are un-shimmable in IE8. However it supports all [ECMAScript 5 compliant browsers](http://caniuse.com/#feat=es5). +Vue does **not** support IE8 and below, because it uses ECMAScript 5 features that are un-shimmable in IE8. However it supports all [ECMAScript 5 compliant browsers](https://caniuse.com/#feat=es5). ### Release Notes