diff options
Diffstat (limited to 'docs/howto/outputting-pdf.txt')
| -rw-r--r-- | docs/howto/outputting-pdf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt index bfcea02f97..7f1b9d1b1a 100644 --- a/docs/howto/outputting-pdf.txt +++ b/docs/howto/outputting-pdf.txt @@ -14,7 +14,7 @@ For example, Django was used at kusports.com_ to generate customized, printer-friendly NCAA tournament brackets, as PDF files, for people participating in a March Madness contest. -.. _ReportLab: http://www.reportlab.com/opensource/ +.. _ReportLab: https://www.reportlab.com/opensource/ .. _kusports.com: http://www.kusports.com/ Install ReportLab @@ -35,7 +35,7 @@ Test your installation by importing it in the Python interactive interpreter:: If that command doesn't raise any errors, the installation worked. .. _available on PyPI: https://pypi.python.org/pypi/reportlab -.. _user guide: http://www.reportlab.com/docs/reportlab-userguide.pdf +.. _user guide: https://www.reportlab.com/docs/reportlab-userguide.pdf Write your view =============== |
