commit | 3abc6d6cb3cf00a25b30df5f231dc7df80bea406 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 09 22:00:00 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 09 22:00:00 2008 +0000 |
tree | 4f2f798bb08bba11dc616c02fec0392563bcc107 | |
parent | c207c717d8743f620b772f051e8af588fdf4d400 [diff] |
Fix link.
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index a34ba2b..a0782a7 100644 --- a/Doc/extending/windows.rst +++ b/Doc/extending/windows.rst
@@ -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.