[issue1012] Broken URL at Doc/install/index.rst

2007-09-02 Thread Martin v. Löwis

Changes by Martin v. Löwis:


--
keywords: +patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1012
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1012] Broken URL at Doc/install/index.rst

2007-08-24 Thread O.R.Senthil Kumaran

New submission from O.R.Senthil Kumaran:

* [EMAIL PROTECTED] [2007-08-24 06:12:52]:

 hyperlink site module documentation in   Section 4.1  on page
 http://docs.python.org/inst/search-path.html  leads to a nonexistent
 page.

 Regards
 jitendra nair

1) This needs to be fixed in the online doc,
2) Attaching a patch for the current trunk.

--
components: Documentation
files: module-site-url.patch
messages: 55262
nosy: orsenthil
severity: minor
status: open
title: Broken URL at Doc/install/index.rst
versions: Python 2.5, Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1012
__Index: Doc/install/index.rst
===
--- Doc/install/index.rst	(revision 57393)
+++ Doc/install/index.rst	(working copy)
@@ -625,7 +625,7 @@
 Paths can be absolute or relative, in which case they're relative to the
 directory containing the :file:`.pth` file.  Any directories added to the search
 path will be scanned in turn for :file:`.pth` files.  See `site module
-documentation http://www.python.org/dev/doc/devel/lib/module-site.html`_ for
+documentation http://www.python.org/doc/devel/lib/module-site.html`_ for
 more information.
 
 A slightly less convenient way is to edit the :file:`site.py` file in Python's
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com