mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Adapt pydoc to new doc URLs.
This commit is contained in:
parent
ae747dccab
commit
0751d1ad2a
3 changed files with 8 additions and 9 deletions
|
|
@ -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.
|
||||
''',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue