diff options
-rw-r--r-- | Doc/extending/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index a34ba2bf99..a0782a7484 100644 --- a/Doc/extending/windows.rst +++ b/Doc/extending/windows.rst @@ -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. |