aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--README.rst5
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf6a6c3..24f7223 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
Changelog for django-wkhtmltopdf
================================
+
+1.2.3
+-----
+
+* update wkhtmltopdf binary to 0.12.0 version on before_script.sh
+* update docs to reference a wkhtmltopdf on github ( https://github.com/wkhtmltopdf/wkhtmltopdf )
+* add link to official site http://wkhtmltopdf.org/
+* move tests from Makefile to run_tests.sh
+
+
1.2.2
-----
diff --git a/README.rst b/README.rst
index 65193d5..553a5da 100644
--- a/README.rst
+++ b/README.rst
@@ -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