From 5e34ac1c78a54fd3d9a6af6d0d51f11e50a7c469 Mon Sep 17 00:00:00 2001 From: Artfaith Date: Mon, 20 May 2024 13:26:47 +0200 Subject: [PATCH] Update README.md Updated Browser Compatibility reference. The previous currently returns HTTP 404. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da8b3c4d96..274642ee3ae 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Vue (pronounced `/vjuː/`, like view) is a **progressive framework** for buildin #### Browser Compatibility -Vue.js supports all browsers that are [ES5-compliant](https://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). +Vue.js supports all browsers that are [ES5-compliant](https://compat-table.github.io/compat-table/es5/) (IE8 and below are not supported). ## Ecosystem