From 4d9d325d3cd987795bf4e7bf1a71fb0930716cf3 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Thu, 11 Aug 2016 16:11:26 +0000 Subject: [PATCH] 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ +* `Flake8 Documentation `_ * `GitLab Project `_