summaryrefslogtreecommitdiff
path: root/doc/contribute.rst
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
committerDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
commit34e999fc8d56fdeadda39bb8f7122e203af7d869 (patch)
tree85c406f60ea59578241ac0959591720d07fa0fda /doc/contribute.rst
parentb4a281669859719bf13e01b81c6d979fcc0ea2d7 (diff)
downloadpylint-34e999fc8d56fdeadda39bb8f7122e203af7d869.tar.gz
astng has been renamed astroid
Diffstat (limited to 'doc/contribute.rst')
-rw-r--r--doc/contribute.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contribute.rst b/doc/contribute.rst
index d62a504..d938ec5 100644
--- a/doc/contribute.rst
+++ b/doc/contribute.rst
@@ -22,9 +22,9 @@ python code.
Note that if you don't find something you have expected in Pylint's
issue tracker, it may be because it is an issue with one of its dependencies, namely
-astng and common:
+astroid and logilab-common:
-* https://bitbucket.org/logilab/astng
+* https://bitbucket.org/logilab/astroid
* http://www.logilab.org/project/logilab-common
Mailing lists
@@ -52,7 +52,7 @@ Pylint is developped using the mercurial_ distributed version control system.
You can clone Pylint and its dependencies from ::
hg clone https://bitbucket.org/logilab/pylint
- hg clone https://bitbucket.org/logilab/astng
+ hg clone https://bitbucket.org/logilab/astroid
hg clone http://hg.logilab.org/logilab/common
.. _mercurial: http://www.selenic.com/mercurial/