where possible http->https and fix links

This commit is contained in:
Anthony Sottile 2022-02-10 15:47:58 -05:00
parent 0322dee1ed
commit c6882772e1
6 changed files with 12 additions and 12 deletions

View file

@ -197,7 +197,7 @@ delivered.
.. links
.. _Python Code Quality Authority's Code of Conduct:
http://meta.pycqa.org/en/latest/code-of-conduct.html
https://meta.pycqa.org/code-of-conduct.html
.. _tox:
https://tox.readthedocs.io/

View file

@ -1,7 +1,7 @@
3.0.0 -- 2016-07-25
-------------------
- Rewrite our documentation from scratch! (http://flake8.pycqa.org)
- Rewrite our documentation from scratch! (https://flake8.pycqa.org)
- Drop explicit support for Pythons 2.6, 3.2, and 3.3.

View file

@ -569,7 +569,7 @@ Options and their Descriptions
# https://some-super-long-domain-name.com/with/some/very/long/path
url = (
'http://...'
'https://...'
)
This defaults to: ``79``