From cbe640df2953fb299e9a36a9a9582b3555eb4360 Mon Sep 17 00:00:00 2001 From: Bo Andersen Date: Mon, 27 Nov 2017 19:17:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eba5726..50dc897 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Working with routing in Vue.js -This repository contains the code for the routing section from the [Vue.js: From Beginner to Professional course](https://codingexplained.com/l/github/vue-js-github). +This repository contains the code for the routing section from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/course/vuejs?src=github). ## Getting up and Running @@ -13,4 +13,4 @@ npm run dev # Build for production with minification npm run build -``` \ No newline at end of file +```