Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r592:9a60e0a350fd Date: 2015-04-02 11:21 +0200 http://bitbucket.org/pypy/pypy.org/changeset/9a60e0a350fd/
Log: Another place diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -347,7 +347,7 @@ </ul> <p>We generally consider things that are slower on PyPy than CPython to be bugs of PyPy. If you find some issue that is not documented here, -please report it to our <a class="reference external" href="http://bugs.pypy.org">bug tracker</a> for investigation.</p> +please report it to our <a class="reference external" href="https://bitbucket.org/pypy/pypy/issues?status=new&status=open">bug tracker</a> for investigation.</p> </div> </div> <div id="sidebar"> diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -327,6 +327,6 @@ of PyPy. If you find some issue that is not documented here, please report it to our `bug tracker`_ for investigation. -.. _`bug tracker`: http://bugs.pypy.org +.. _`bug tracker`: https://bitbucket.org/pypy/pypy/issues?status=new&status=open .. _`speed website`: http://speed.pypy.org .. _CFFI: http://cffi.readthedocs.org/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
