# HG changeset patch # User Dusty Phillips <dusty@buchuki.com> # Date 1331582317 25200 # Mon Mar 12 12:58:37 2012 -0700 # Branch extradoc # Node ID af48212417e45dd826baf7a1a6ad18650e890202 # Parent 60690fab43919b142efbe8b8cb0a54d2402b9e94 Add a link back to bitbucket to the contact page. I had a hell of a time finding a link. diff --git a/contact.html b/contact.html --- a/contact.html +++ b/contact.html @@ -50,6 +50,7 @@ <li>mailing list: <a class="reference external" href="http://python.org/mailman/listinfo/pypy-dev">pypy-dev at python.org</a></li> <li>the <a class="reference external" href="https://bugs.pypy.org">bug tracker</a></li> <li>more on our <a class="reference external" href="http://doc.pypy.org">dev site</a>.</li> +<li>code on <a class="reference external" href="https://bitbucket.org/pypy/pypy/overview">bitbucket</a>.</li> </ul> </div> <div id="sidebar"> diff --git a/source/contact.txt b/source/contact.txt --- a/source/contact.txt +++ b/source/contact.txt @@ -14,6 +14,9 @@ * more on our `dev site`_. +* code on `bitbucket`_. + .. __: http://python.org/mailman/listinfo/pypy-dev .. _`bug tracker`: https://bugs.pypy.org .. _`dev site`: http://doc.pypy.org +.. _`bitbucket`: https://bitbucket.org/pypy/pypy/overview