summaryrefslogtreecommitdiff
path: root/doc/faq.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 /doc/faq.rst
parent2a883cbc4361603c720addae6d9420e8a156e313 (diff)
downloadpylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz
Chore: use https links (#3679)
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index a777b7c0a..7a57d16f6 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -16,7 +16,7 @@ Pylint is a `static code checker`_, meaning it can analyse your code without
actually running it. Pylint checks for errors, tries to enforce a coding
standard, and tries to enforce a coding style.
-.. _`static code checker`: http://en.wikipedia.org/wiki/Static_code_analysis
+.. _`static code checker`: https://en.wikipedia.org/wiki/Static_code_analysis
2. Installation
@@ -36,7 +36,7 @@ Pylint from the repository, simply invoke ::
git clone https://github.com/PyCQA/pylint
-.. _git: http://git-scm.com/
+.. _git: https://git-scm.com/
2.3 What are Pylint's dependencies?
-----------------------------------