Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r591:7d623a341b93 Date: 2015-04-02 11:16 +0200 http://bitbucket.org/pypy/pypy.org/changeset/7d623a341b93/
Log: Use the same url as the redirection from bugs.pypy.org. Regenerate. diff --git a/contact.html b/contact.html --- a/contact.html +++ b/contact.html @@ -73,7 +73,7 @@ <li>irc: <strong>#pypy</strong> on <strong>irc.freenode.net</strong></li> <li>mailing list: <a class="reference external" href="http://mail.python.org/mailman/listinfo/pypy-dev">pypy-dev at python.org</a></li> <li>for security related issues, non-public funding enquiries etc. please contact <a class="reference external" href="mailto:pypy@sfconservancy.org">pypy@sfconservancy.org</a></li> -<li>the <a class="reference external" href="https://bugs.pypy.org">bug tracker</a></li> +<li>the <a class="reference external" href="https://bitbucket.org/pypy/pypy/issues?status=new&status=open">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> diff --git a/source/contact.txt b/source/contact.txt --- a/source/contact.txt +++ b/source/contact.txt @@ -19,6 +19,6 @@ * code on `bitbucket`_. .. __: http://mail.python.org/mailman/listinfo/pypy-dev -.. _`bug tracker`: https://bitbucket.org/pypy/pypy/issues +.. _`bug tracker`: https://bitbucket.org/pypy/pypy/issues?status=new&status=open .. _`dev site`: http://doc.pypy.org .. _`bitbucket`: https://bitbucket.org/pypy/pypy/overview _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
