Fix warnings from "make check".
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 540b429..d9ade51 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -609,7 +609,7 @@
 
   Contributed by Raymond Hettinger; :issue:`1696199`.
 
-  The new `OrderedDict` class is described in the earlier section
+  The new `~collections.OrderedDict` class is described in the earlier section
   :ref:`pep-0372`.
 
   The :class:`namedtuple` class now has an optional *rename* parameter.