summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-11 16:52:30 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-11 16:52:30 +0000
commit608114a7a771ac2f2d88645b05c5cd79ff79d1c9 (patch)
treeff0785b992d25ff58420c33f26868d4153139393
parente8cb26895eb9bb239f7f5fef2a3430876c05616b (diff)
parent4d9d325d3cd987795bf4e7bf1a71fb0930716cf3 (diff)
downloadflake8-608114a7a771ac2f2d88645b05c5cd79ff79d1c9.tar.gz
Merge branch 'master' into 'master'
Point documentation to http: instead of https: The certificate at that URL is for `readthedocs.io`, so if you want to use https, it's best to use `flake8.readthedocs.io` and not `flake8.pycqa.org`. As it is currently, you get a certificate error. Note also that the `Code of Conduct` and `Getting Started Contributing` links are using `http` and pointing to the insecure domain, so if you do want https, you should change those as well. See merge request !118
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d9a795b..f6237aa 100644
--- a/README.rst
+++ b/README.rst
@@ -53,7 +53,7 @@ to suggest, the mailing list would be the best place for it.
Links
=====
-* `Flake8 Documentation <https://flake8.pycqa.org/en/latest/>`_
+* `Flake8 Documentation <http://flake8.pycqa.org/en/latest/>`_
* `GitLab Project <https://gitlab.com/pycqa/flake8>`_