aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Denton <charleswdenton@gmail.com>2014-10-27 11:20:07 +0000
committerCharlie Denton <charleswdenton@gmail.com>2014-10-27 11:20:07 +0000
commit8ca71145eeff595d9a5ae89e538f598f8004c86f (patch)
tree13b26a23f91855b91a741333d9d9ffe3b016a5f1
parent80dd46d41a389ba4a166d5414034de27ad7e53da (diff)
parentb68930f32355579d46eadc590e05b0dae9237a2c (diff)
downloaddjango-wkhtmltopdf-8ca71145eeff595d9a5ae89e538f598f8004c86f.tar.gz
django-wkhtmltopdf-8ca71145eeff595d9a5ae89e538f598f8004c86f.tar.bz2
django-wkhtmltopdf-8ca71145eeff595d9a5ae89e538f598f8004c86f.zip
Merge pull request #63 from dduong42/patch-1
Change the wkhtmltopdf url
-rw-r--r--wkhtmltopdf/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wkhtmltopdf/utils.py b/wkhtmltopdf/utils.py
index e34085d..603d29a 100644
--- a/wkhtmltopdf/utils.py
+++ b/wkhtmltopdf/utils.py
@@ -34,7 +34,7 @@ def _options_to_args(**options):
def wkhtmltopdf(pages, output=None, **kwargs):
"""
- Converts html to PDF using http://code.google.com/p/wkhtmltopdf/.
+ Converts html to PDF using http://wkhtmltopdf.org/.
pages: List of file paths or URLs of the html to be converted.
output: Optional output file path. If None, the output is returned.