From f7a76fa9525e77d9ca0437449e26a55bb6afc559 Mon Sep 17 00:00:00 2001 From: dhar Date: Sun, 22 Feb 2015 11:44:31 +0100 Subject: [PATCH] Fix links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d60efb5..b55cf47 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History - *v0.5.0*: - - Merged #12 (Fix #11) : Added async support - - Merged #9 : Added ability to override the arguments + - Merged [#12](https://github.com/dharFr/grunt-wkhtmltopdf/pull/12) (Fix [#11](https://github.com/dharFr/grunt-wkhtmltopdf/issues/11)) : Added async support + - Merged [#9](https://github.com/dharFr/grunt-wkhtmltopdf/pull/9) : Added ability to override the arguments - *v0.4.0*: - Update project config files to work with Grunt 0.4 - Update wkthmltopdf task to use Grunt 0.4 multi-task API