summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamon Moraes <vyscond@users.noreply.github.com>2016-02-01 22:58:41 -0300
committerTim Graham <timograham@gmail.com>2016-02-02 07:36:38 -0500
commit3b759661a873f406a0d9b97fb58c417d0111d11f (patch)
tree3c7e7fa94adba210a8b135ae077996f02308bad8 /docs
parentca4afc77db2dbd296c06b66ae85481ca29df30c5 (diff)
Updated xhtml2pdf name/URL in docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/outputting-pdf.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt
index 5b070c642f..e49cc02568 100644
--- a/docs/howto/outputting-pdf.txt
+++ b/docs/howto/outputting-pdf.txt
@@ -146,14 +146,14 @@ Further resources
* PDFlib_ is another PDF-generation library that has Python bindings. To
use it with Django, just use the same concepts explained in this article.
-* `Pisa XHTML2PDF`_ is yet another PDF-generation library. Pisa ships with
- an example of how to integrate Pisa with Django.
+* `XHTML2PDF`_ is yet another PDF-generation library. It ships with an example
+ of how to integrate it with Django.
* HTMLdoc_ is a command-line script that can convert HTML to PDF. It
doesn't have a Python interface, but you can escape out to the shell
using ``system`` or ``popen`` and retrieve the output in Python.
.. _PDFlib: http://www.pdflib.org/
-.. _`Pisa XHTML2PDF`: http://www.xhtml2pdf.com/
+.. _XHTML2PDF: https://github.com/xhtml2pdf/xhtml2pdf
.. _HTMLdoc: https://www.msweet.org/projects.php?Z1
Other formats