summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-06-11 14:25:03 +0800
committerGitHub <noreply@github.com>2020-06-11 08:25:03 +0200
commit201daa6f77a6ea2c630629cb7a944f341b46a454 (patch)
tree0a8c16577a684d8956ff7aac1f2f60346b590606 /README.rst
parent2a883cbc4361603c720addae6d9420e8a156e313 (diff)
downloadpylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz
Chore: use https links (#3679)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index fe9a266a9..20e053f72 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-README for Pylint - http://pylint.pycqa.org/
+README for Pylint - https://pylint.pycqa.org/
============================================
.. image:: https://travis-ci.org/PyCQA/pylint.svg?branch=master
@@ -18,7 +18,7 @@ README for Pylint - http://pylint.pycqa.org/
:target: https://pypi.python.org/pypi/pylint
.. image:: https://readthedocs.org/projects/pylint/badge/?version=latest
- :target: http://pylint.readthedocs.io/en/latest/?badge=latest
+ :target: https://pylint.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
@@ -95,7 +95,7 @@ can be found here_.
Documentation
-------------
-The documentation lives at http://pylint.pycqa.org/.
+The documentation lives at https://pylint.pycqa.org/.
Pylint is shipped with following additional commands:
@@ -152,7 +152,7 @@ Do not forget to clone astroid_ and install the last version::
For more detailed information, check the documentation.
-.. _here: http://pylint.pycqa.org/en/latest/user_guide/installation.html
+.. _here: https://pylint.pycqa.org/en/latest/user_guide/installation.html
.. _tox: https://tox.readthedocs.io/en/latest/
.. _pytest: https://docs.pytest.org/en/latest/
.. _pytest-cov: https://pypi.org/project/pytest-cov/