summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:31:18 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 12:31:18 +0200
commitd9788c6e10bc8dc9f5e29b8ddf6b398081821d55 (patch)
tree79678e742aab02c09d4a369caaacbaa966fdca4e
parente70ed97f95c92c7bd3a7b136bd1179a0b8ec7432 (diff)
downloadpylint-d9788c6e10bc8dc9f5e29b8ddf6b398081821d55.tar.gz
pylint home page is www.pylint.org / ftp is dead
-rw-r--r--debian/control2
-rw-r--r--doc/beginner_pylint_tutorial.txt2
-rw-r--r--doc/manual.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index b96f9f1..8c43545 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.38), python (>= 2.4)
Build-Depends-Indep: python-support
Standards-Version: 3.8.1
XS-Python-Version: all
-Homepage: http://www.logilab.org/project/pylint
+Homepage: http://www.pylint.org
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
diff --git a/doc/beginner_pylint_tutorial.txt b/doc/beginner_pylint_tutorial.txt
index ac3b690..eeabad0 100644
--- a/doc/beginner_pylint_tutorial.txt
+++ b/doc/beginner_pylint_tutorial.txt
@@ -6,7 +6,7 @@ A Beginner's Guide to Code Standards in Python - Pylint Tutorial
:Author: Robert Kirkpatrick
-For a detailed description of Pylint, see http://www.logilab.org/project/pylint.
+For a detailed description of Pylint, see http://www.pylint.org
Intro
diff --git a/doc/manual.txt b/doc/manual.txt
index b8d44e8..36bd1cd 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -15,7 +15,7 @@ XXX). If you think it's lacking some important information, please talk about
it on the python-projects mailing list (see the `Mailing lists`_ section for
more information about the list).
-.. _Pylint: http://www.logilab.org/project/name/pylint
+.. _Pylint: http://www.pylint.org
Introduction
@@ -69,7 +69,7 @@ packages. It should be compatible with any python version >= 2.5.
Distributions
'''''''''''''
-The source tarball is available at ftp://download.logilab.org/pub/pylint.
+The source tarball is available at http://download.logilab.org/pub/pylint.
You may apt-get a well-tested Debian or Ubuntu package by adding one of::