diff --git a/compat.html b/compat.html
index 572af5f4fffc44907b814883d0817cb50848a78c_Y29tcGF0Lmh0bWw=..8e94b7f5e36c851be61d58ac479f2a7851664287_Y29tcGF0Lmh0bWw= 100644
--- a/compat.html
+++ b/compat.html
@@ -73,6 +73,7 @@
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
+<p class="download-menu"><a class="reference external" href="http://packages.pypy.org">List of installable top 1000 PyPI packages</a></p>
 <p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however,
 this feature is not yet complete. We strongly advise use of <a class="reference external" href="http://cffi.readthedocs.org/">CFFI</a>
 instead. CFFI come builtin with PyPy. Many libraries will require
@@ -93,7 +94,7 @@
 <p>All modules that are pure python in CPython of course work.</p>
 <p>Numpy support is not complete. We maintain our own fork of numpy for now, further instructions can be found at <a class="reference external" href="https://bitbucket.org/pypy/numpy.git">https://bitbucker.org/pypy/numpy.git</a>.</p>
 <p>Python libraries known to work under PyPy (the list is not exhaustive).
-A community maintained <a class="reference external" href="https://bitbucket.org/pypy/compatibility/wiki/Home">compatibility wiki</a> is hosted on bitbucket:</p>
+A <a class="reference external" href="http://packages.pypy.org">fuller list</a> is available.</p>
 <ul class="simple">
 <li>ctypes</li>
 <li>django</li>
diff --git a/source/compat.txt b/source/compat.txt
index 572af5f4fffc44907b814883d0817cb50848a78c_c291cmNlL2NvbXBhdC50eHQ=..8e94b7f5e36c851be61d58ac479f2a7851664287_c291cmNlL2NvbXBhdC50eHQ= 100644
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -8,6 +8,10 @@
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python `standard library modules`_; details below.
 
+.. class:: download_menu
+
+   `List of installable top 1000 PyPI packages`_
+
 PyPy has **alpha/beta-level** support for the `CPython C API`_, however, 
 this feature is not yet complete. We strongly advise use of `CFFI`_
 instead. CFFI come builtin with PyPy. Many libraries will require
@@ -36,7 +40,7 @@
 .. __: https://bitbucket.org/pypy/numpy.git
 
 Python libraries known to work under PyPy (the list is not exhaustive).
-A community maintained `compatibility wiki`_ is hosted on bitbucket:
+A `fuller list`_ is available.
 
 * ctypes
 
@@ -119,3 +123,5 @@
 .. _`more details here`: http://pypy.readthedocs.org/en/latest/cpython_differences.html#differences-related-to-garbage-collection-strategies
 .. _`compatibility wiki`: https://bitbucket.org/pypy/compatibility/wiki/Home
 .. _`lxml`: https://github.com/amauryfa/lxml/tree/cffi/
+.. _`List of installable top 1000 PyPI packages`: http://packages.pypy.org
+.. _`fuller list`: http://packages.pypy.org