Remove link that’s already present at the top of the file
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 79db55e..1a41a50 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1136,9 +1136,6 @@
 
 .. seealso::
 
-   * Latest version of the :source:`Python source code for the collections
-     abstract base classes <Lib/_abcoll.py>`
-
    * `OrderedSet recipe <http://code.activestate.com/recipes/576694/>`_ for an
      example built on :class:`MutableSet`.