diff options
author | Michael <fanquake@gmail.com> | 2015-09-17 16:23:28 +0800 |
---|---|---|
committer | Michael <fanquake@gmail.com> | 2015-09-17 16:23:28 +0800 |
commit | 766b7f76f8b7b1e3f4bcc2a4d5b672b52c483f4d (patch) | |
tree | 8960918255512224677e13299b9924f2c368c5f8 | |
parent | 2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7 (diff) | |
download | django-wkhtmltopdf-766b7f76f8b7b1e3f4bcc2a4d5b672b52c483f4d.tar.gz django-wkhtmltopdf-766b7f76f8b7b1e3f4bcc2a4d5b672b52c483f4d.tar.bz2 django-wkhtmltopdf-766b7f76f8b7b1e3f4bcc2a4d5b672b52c483f4d.zip |
[Doc] Fix links to point to correct website
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 817db3f..67442a8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ django-wkhtmltopdf the wkhtmltopdf_ library, allowing you to write using the technologies you know - HTML and CSS - and output a PDF file. -.. _wkhtmltopdf: http://code.google.com/p/wkhtmltopdf/ +.. _wkhtmltopdf: http://wkhtmltopdf.org/ Quickstart ========== @@ -17,7 +17,7 @@ Quickstart Grab the wkhtmltopdf binary_ for your platform. -.. _binary: http://code.google.com/p/wkhtmltopdf/downloads/list +.. _binary: http://wkhtmltopdf.org/downloads.html ``settings.py`` @@ -46,7 +46,7 @@ Contribute You can fork the project on Github_. -.. _Github: http://github.com/incuna/django-wkhtmltopdf +.. _Github: https://github.com/incuna/django-wkhtmltopdf Contents ======== |