mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
where possible http->https and fix links
This commit is contained in:
parent
0322dee1ed
commit
c6882772e1
6 changed files with 12 additions and 12 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue