[Python-checkins] r60703 - python/trunk/Doc/extending/windows.rst

georg.brandl python-checkins at python.org
Sat Feb 9 23:00:01 CET 2008


Author: georg.brandl
Date: Sat Feb  9 23:00:00 2008
New Revision: 60703

Modified:
   python/trunk/Doc/extending/windows.rst
Log:
Fix link.


Modified: python/trunk/Doc/extending/windows.rst
==============================================================================
--- python/trunk/Doc/extending/windows.rst	(original)
+++ python/trunk/Doc/extending/windows.rst	Sat Feb  9 23:00:00 2008
@@ -179,7 +179,7 @@
 
    MyObject_Type.ob_type = &PyType_Type;
 
-Refer to section 3 of the `Python FAQ <http://www.python.org/doc/FAQ.html>`_ for
+Refer to section 3 of the `Python FAQ <http://www.python.org/doc/faq>`_ for
 details on why you must do this.
 
 


More information about the Python-checkins mailing list