summaryrefslogtreecommitdiff
path: root/docs/howto/outputting-pdf.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:28:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:35:06 +0100
commit07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch)
tree464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/howto/outputting-pdf.txt
parent5bef73301471ededfe6ff4464196760b91c124c7 (diff)
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/howto/outputting-pdf.txt')
-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 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
===============