]> granicus.if.org Git - python/commitdiff
Fix link.
authorGeorg Brandl <georg@python.org>
Sat, 9 Feb 2008 22:00:00 +0000 (22:00 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 9 Feb 2008 22:00:00 +0000 (22:00 +0000)
Doc/extending/windows.rst

index a34ba2bf995c88b3cf6be841c5327c0f79929cd0..a0782a74842a3cab600013d12c71808e6be7ae03 100644 (file)
@@ -179,7 +179,7 @@ and add the following to the module initialization function::
 
    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.