Updated various links in docs to use HTTPS.

This commit is contained in:
Mariusz Felisiak 2018-01-07 14:28:41 +01:00 committed by GitHub
parent 762bd34c36
commit 7c81b28ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 42 additions and 42 deletions

View file

@ -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
===============