Skip to content

Commit 7289185

Browse files
fgochrisvfritz
authored andcommitted
Update Installation guide to use https://caniuse.com (#1372)
1 parent 5cf5c8b commit 7289185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gz_size: "30.67"
88

99
### Compatibility Note
1010

11-
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).
11+
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).
1212

1313
### Release Notes
1414

0 commit comments

Comments
 (0)