From b21de20c739b44ade9d446d060a4f2f28db54a86 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 8 Dec 2014 14:54:53 -0500 Subject: [PATCH] Update README.md Updated links for wkhtmltopdf as the project has moved --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eeeaed..3cca3a4 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Then add this line to your project's `grunt.js` gruntfile: grunt.loadNpmTasks('grunt-wkhtmltopdf'); ``` -[wkhtmltopdf]: http://code.google.com/p/wkhtmltopdf/ -[wkhtmltopdf_dl]: http://code.google.com/p/wkhtmltopdf/downloads/list +[wkhtmltopdf]: http://wkhtmltopdf.org/ +[wkhtmltopdf_dl]: http://wkhtmltopdf.org/downloads.html [grunt]: https://github.com/gruntjs/grunt [getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md