diff options
author | Georg Brandl <georg@python.org> | 2007-08-02 08:54:17 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-02 08:54:17 +0000 |
commit | 0a42ade463983c373910dcf8fdd8689dd6c01d6b (patch) | |
tree | c8552a24e29578604d49903e4efb0df525ad9189 /sphinx/web/application.py | |
parent | 8f842f5ace617577e9250987f20ff87009678075 (diff) | |
download | sphinx-git-0a42ade463983c373910dcf8fdd8689dd6c01d6b.tar.gz |
Rename modules -> library, macmodules -> maclib. Use current version in index page whatsnew link.
Diffstat (limited to 'sphinx/web/application.py')
-rw-r--r-- | sphinx/web/application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/web/application.py b/sphinx/web/application.py index d6263b229..039889259 100644 --- a/sphinx/web/application.py +++ b/sphinx/web/application.py @@ -590,7 +590,7 @@ class DocumentationApplication(object): """ Find keyword matches. If there is an exact match, just redirect: http://docs.python.org/os.path.exists would automatically - redirect to http://docs.python.org/modules/os.path/#os.path.exists. + redirect to http://docs.python.org/library/os.path/#os.path.exists. Else, show a page with close matches. Module references are processed first so that "os.path" is handled as |