diff options
author | Fabio C. Barrionuevo da Luz <bnafta@gmail.com> | 2014-03-11 10:44:17 -0300 |
---|---|---|
committer | Fabio C. Barrionuevo da Luz <bnafta@gmail.com> | 2014-03-11 10:44:17 -0300 |
commit | 32b6144bddba9afbc1c49354ca1023406bf5a4c2 (patch) | |
tree | ad353905fbe264fa0103d8ffb047f918a2a7bf3e /README.rst | |
parent | b6a47cc5e7673f50de96ff0ac65989ccc18c5769 (diff) | |
download | django-wkhtmltopdf-32b6144bddba9afbc1c49354ca1023406bf5a4c2.tar.gz django-wkhtmltopdf-32b6144bddba9afbc1c49354ca1023406bf5a4c2.tar.bz2 django-wkhtmltopdf-32b6144bddba9afbc1c49354ca1023406bf5a4c2.zip |
updated README.rst informations to include a official site of wkhtmltopdf and oficial repository on github
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,8 @@ django-wkhtmltopdf Converts html to PDF -------------------- -Provides a thin wrapper to the wkhtmltopdf binary from http://code.google.com/p/wkhtmltopdf/ +Provides a thin wrapper to the wkhtmltopdf binary from https://github.com/wkhtmltopdf/wkhtmltopdf +Get the wkhtmltopdf binaries from http://wkhtmltopdf.org/ Requirements @@ -17,7 +18,7 @@ Requirements Install the `wkhtmltopdf`_ binary. This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``). -.. _wkhtmltopdf: http://code.google.com/p/wkhtmltopdf/downloads/list +.. _wkhtmltopdf: http://wkhtmltopdf.org/ Python 2.6 |