From 33d1cdf193f96ceaa30a36f4ee885b8be00af1eb Mon Sep 17 00:00:00 2001 From: Fabrizio Moscon Date: Fri, 2 Jun 2017 01:24:25 +0100 Subject: [PATCH] Fix webpack documentation link --- docs/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 569fada1..1e803e6d 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -14,7 +14,7 @@ polyfill. ## Webpack and Babel -[Webpack](webpack.js.org) is a popular build tool for web apps. Below is an +[Webpack](https://webpack.js.org) is a popular build tool for web apps. Below is an example of how to configure a build that uses [Babel](https://babeljs.io/) to compile your JavaScript for the web.