Link to unittest2 article
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 70ea41c..6fe294e 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1904,6 +1904,11 @@
several files (by Benjamin Peterson). This doesn't affect how the
module is imported or used.
+.. seealso::
+
+ http://www.voidspace.org.uk/python/articles/unittest2.shtml
+ Describes the new features, how to use them, and the
+ rationale for various design decisions. (By Michael Foord.)
.. _elementtree-section: