]> granicus.if.org Git - python/commitdiff
update CodeTools link; thanks to Robert Kern from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 08:37:23 +0000 (10:37 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 08:37:23 +0000 (10:37 +0200)
Doc/library/collections.rst

index 88d7981eb987dafa6f8d250e854a98cab747de71..4c5b649c77cd3dd01d9f6f152a29cb864d3ecff2 100644 (file)
@@ -98,7 +98,7 @@ The class can be used to simulate nested scopes and is useful in templating.
 .. seealso::
 
     * The `MultiContext class
-      <http://svn.enthought.com/svn/enthought/CodeTools/trunk/enthought/contexts/multi_context.py>`_
+      <https://github.com/enthought/codetools/blob/4.0.0/codetools/contexts/multi_context.py>`_
       in the Enthought `CodeTools package
       <https://github.com/enthought/codetools>`_ has options to support
       writing to any mapping in the chain.