From 0840c80cae606385ee00b043f996eccfaf78ee67 Mon Sep 17 00:00:00 2001 From: Malcolm Ahoy Date: Fri, 1 Sep 2017 09:43:38 -0700 Subject: [PATCH] Fix markdown for link to webpack resolve.alias doc (#595) Fixes: [link text] (link) ---> [link text](link) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b73563..d558fcbb 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ url(~module/image.png) => require('module/image.png') Rewrite your urls with alias, this is useful when it's hard to change url paths of your input files, for example, when you're using some css / sass files in another package (bootstrap, ratchet, font-awesome, etc.). -`css-loader`'s `alias` follows the same syntax as webpack's `resolve.alias`, you can see the details at the [resolve docs] (https://webpack.js.org/configuration/resolve/#resolve-alias) +`css-loader`'s `alias` follows the same syntax as webpack's `resolve.alias`, you can see the details at the [resolve docs](https://webpack.js.org/configuration/resolve/#resolve-alias) **file.scss** ```css