summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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/