summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-02-22 06:37:47 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-02-22 06:37:47 +0000
commita21e170de7c28f978b22fed934a5711814d46086 (patch)
treec74910feae95ef2f44badb388653d2b09a849769 /docs
parent267122978fb4cdb00a303b816487f0e6f803d3c1 (diff)
[1.0.X] Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks to JohnDoe for the report.
Merge of r9856 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/outputting-pdf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt
index e739ca1da8..3cbab555e4 100644
--- a/docs/howto/outputting-pdf.txt
+++ b/docs/howto/outputting-pdf.txt
@@ -31,7 +31,7 @@ Test your installation by importing it in the Python interactive interpreter::
If that command doesn't raise any errors, the installation worked.
-.. _user guide: http://www.reportlab.com/docs/userguide.pdf
+.. _user guide: http://www.reportlab.com/docs/reportlab-userguide.pdf
Write your view
===============
@@ -139,7 +139,7 @@ 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 HTML2PDF`_ is yet another PDF-generation library. Pisa ships with
- an example of how to integrate Pisa with Django.
+ an example of how to integrate Pisa 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.