Commit bd658cb8 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks to JohnDoe for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 82427354
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
===============