From 83fb7c31d5f5fd64f23011fe1e7ac16c717b64d6 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sat, 23 May 2015 16:37:13 +0300 Subject: [PATCH] fix readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e8ee9d..1ce1804 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### What it does * [Jade](http://jade-lang.com) files to HTML * [Stylus](http://learnboost.github.io/stylus) files to CSS -* [ES6+ JavaScript](babeljs.io) files to ES5 Javascript through [browserify](http://browserify.org/) +* [ES6+ JavaScript](https://babeljs.io) files to ES5 Javascript through [browserify](http://browserify.org/) * You are able to use 'require' in your client-side code * Serves your static files to localhost:9001 * Reloads your browser with LiveReload when files change