From 67b2caa35841c9f84e2040ee5bbcbbfe8dce7b6e Mon Sep 17 00:00:00 2001 From: Pranay Aryal Date: Thu, 9 Nov 2017 05:47:54 -0500 Subject: [PATCH] Give link for Vue examples under 'Documentation' Give link for vue examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 392467b06ee..6c64116bd94 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Vue.js supports all browsers that are [ES5-compliant](http://kangax.github.io/co ## Documentation -To check out live examples and docs, visit [vuejs.org](https://vuejs.org). +To check out [live examples](https://vuejs.org/v2/examples/) and docs, visit [vuejs.org](https://vuejs.org). ## Questions