Skip to content

Commit

Permalink
docs(README): absolute link to example (#194)
Browse files Browse the repository at this point in the history
This is required for inclusion at https://webpack.js.org/loaders/less-loader/.
  • Loading branch information
simon04 authored and bebraw committed May 7, 2017
1 parent e8b7d48 commit 9ed895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module.exports = {
};
```

Also checkout the [sourceMaps example](/examples/sourceMaps).
Also checkout the [sourceMaps example](https://github.com/webpack-contrib/less-loader/tree/master/examples/sourceMaps).

If you want to edit the original Less files inside Chrome, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0). The blog post is about Sass but it also works for Less.

Expand Down

0 comments on commit 9ed895f

Please sign in to comment.