From: XhmikosR Date: Sat, 20 Jul 2013 11:07:03 +0000 (+0300) Subject: README.md: switch to the full URLs. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ed3eb869ca3b3540ff72522c9faf939fe67a584;p=clean-css.git README.md: switch to the full URLs. This fixes the URLs on npm. --- diff --git a/README.md b/README.md index 58dba4c0..a8418cad 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Process method accepts a hash as a second parameter, i.e., First clone the source, then run: -* `npm run bench` for clean-css benchmarks (see [test/bench.js](/test/bench.js) for details) +* `npm run bench` for clean-css benchmarks (see [test/bench.js](https://github.com/GoalSmashers/clean-css/blob/master/test/bench.js) for details) * `npm run check` to check JS sources with [JSHint](https://github.com/jshint/jshint/) * `npm test` for the test suite @@ -129,4 +129,4 @@ Use the `/*!` notation instead of the standard one `/*`: ## License -Clean-css is released under the [MIT License](/LICENSE). +Clean-css is released under the [MIT License](https://github.com/GoalSmashers/clean-css/blob/master/LICENSE).