#10658: Fix link.
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index 4a00d0b..a471bb0 100644
--- a/Doc/library/queue.rst
+++ b/Doc/library/queue.rst
@@ -27,7 +27,7 @@
 .. seealso::
 
    Latest version of the `queue module Python source code
-   <http://svn.python.org/view/python/branches/release27-maint/Lib/queue.py?view=markup>`_
+   <http://svn.python.org/view/python/branches/release27-maint/Lib/Queue.py?view=markup>`_.
 
 The :mod:`Queue` module defines the following classes and exceptions: