Adapt pydoc to new doc URLs.

This commit is contained in:
Georg Brandl 2008-01-21 17:13:03 +00:00
parent ae747dccab
commit 0751d1ad2a
3 changed files with 8 additions and 9 deletions

View file

@ -80,7 +80,7 @@ example below. ::
description = 'This is a demo package',
author = 'Martin v. Loewis',
author_email = 'martin@v.loewis.de',
url = 'http://www.python.org/doc/current/ext/building.html',
url = 'http://docs.python.org/extending/building',
long_description = '''
This is really just a demo package.
''',