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.