summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorƁukasz Rogalski <rogalski.91@gmail.com>2017-04-02 14:31:16 +0200
committerGitHub <noreply@github.com>2017-04-02 14:31:16 +0200
commit2de04b46a3865fc95a2efc1f6358bcd06bd9de08 (patch)
treeed7a66054f59a9f96a4cc6d6571776287c9ec3ac /doc/faq.rst
parentf7da70e1cbe785e423657fe4991338ef8e21deaa (diff)
downloadpylint-git-2de04b46a3865fc95a2efc1f6358bcd06bd9de08.tar.gz
Improve documentation (#1401)
- Use correct capitalisation of PyCQA organisation in Github links - Use current version number (1.7) in ChangeLog file - Use readhedocs URL instead of outdated docs.pylint.org - Avoid here in links in favor of actual info on link we're pointing to
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 1b4c4705f..228fe62d6 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -25,16 +25,16 @@ standard, and tries to enforce a coding style.
2.1 How do I install Pylint?
----------------------------
-Everything should be explained on http://docs.pylint.org/installation
+Everything should be explained on http://pylint.readthedocs.io/en/latest/installation
2.2 What kind of versioning system does Pylint use?
---------------------------------------------------
Pylint uses the git distributed version control system. The URL of the
-repository is: https://github.com/pycqa/pylint . To get the latest version of
+repository is: https://github.com/PyCQA/pylint . To get the latest version of
Pylint from the repository, simply invoke ::
- git clone https://github.com/pycqa/pylint
+ git clone https://github.com/PyCQA/pylint
.. _git: http://git-scm.com/
@@ -116,7 +116,7 @@ For example::
3.4 I'd rather not run Pylint from the command line. Can I integrate it with my editor?
---------------------------------------------------------------------------------------
-Much probably. Read http://docs.pylint.org/ide-integration
+Much probably. Read http://pylint.readthedocs.io/en/latest/ide-integration
4. Message Control
==================
@@ -226,9 +226,9 @@ above expression.
6.2 I think I found a bug in Pylint. What should I do?
-------------------------------------------------------
-Read http://docs.pylint.org/contribute#bug-reports-feedback
+Read http://pylint.readthedocs.io/en/latest/contribute#bug-reports-feedback
6.3 I have a question about Pylint that isn't answered here.
------------------------------------------------------------
-Read http://docs.pylint.org/contribute#mailing-lists
+Read http://pylint.readthedocs.io/en/latest/contribute#mailing-lists