README.md in wicked_pdf-0.9.7 vs README.md in wicked_pdf-0.9.8

- old
+ new

@@ -27,11 +27,13 @@ } ``` Note that versions before 0.9.0 [have problems](http://code.google.com/p/wkhtmltopdf/issues/detail?id=82&q=vodnik) on some machines with reading/writing to streams. This plugin relies on streams to communicate with wkhtmltopdf. -More information about [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) could be found [here](http://madalgo.au.dk/~jakobt/wkhtmltoxdoc/wkhtmltopdf-0.9.9-doc.html). +For more information about wkhtmltopdf, see the project's [homepage](http://code.google.com/p/wkhtmltopdf/) and +[github repo](https://github.com/antialize/wkhtmltopdf). There's also some documentation for a recent, stable version +on the author's website, [here](http://madalgo.au.dk/~jakobt/wkhtmltoxdoc/wkhtmltopdf-0.9.9-doc.html). Next: script/plugin install git://github.com/mileszs/wicked_pdf.git script/generate wicked_pdf @@ -283,9 +285,11 @@ If you use the standard `render :pdf => 'some_pdf'` in your app, you will want to exclude those actions from the middleware. ### Further Reading Andreas Happe's post [Generating PDFs from Ruby on Rails](http://www.snikt.net/blog/2012/04/26/wicked-pdf/) + +JESii's post [WickedPDF, wkhtmltopdf, and Heroku...a tricky combination](http://www.nubyrubyrailstales.com/2013/06/wickedpdf-wkhtmltopdf-and-herokua.html) StackOverflow [questions with the tag "wicked-pdf"](http://stackoverflow.com/questions/tagged/wicked-pdf) ### Debugging