[2.7] Change some mercurial/ hg.python.org references. (#8) (#183)

(cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 2de378d..35cad55 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -159,7 +159,7 @@
 
 The latest Python source distribution is always available from python.org, at
 https://www.python.org/downloads/.  The latest development sources can be obtained
-via anonymous Mercurial access at https://hg.python.org/cpython.
+at https://github.com/python/cpython/.
 
 The source distribution is a gzipped tar file containing the complete C source,
 Sphinx-formatted documentation, Python library modules, example programs, and
@@ -222,8 +222,8 @@
 newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
 news is available.
 
-You can also access the development version of Python through Mercurial.  See
-https://docs.python.org/devguide/faq.html for details.
+You can also access the development version of Python through Git.  See
+`The Python Developer's Guide <https://docs.python.org/devguide/>`_ for details.
 
 
 How do I submit bug reports and patches for Python?
diff --git a/Tools/README b/Tools/README
index 1fb0103..a2252f2 100644
--- a/Tools/README
+++ b/Tools/README
@@ -47,3 +47,5 @@
 		out where in the world those addresses originate from,
 		based on the top-level domain country code found in
 		the address. 
+
+A generic benchmark suite is maintained separately at https://github.com/python/performance