From b68930f32355579d46eadc590e05b0dae9237a2c Mon Sep 17 00:00:00 2001 From: Daniel Duong Date: Mon, 27 Oct 2014 10:59:32 +0100 Subject: Change the wkhtmltopdf url --- wkhtmltopdf/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3