[pypy-commit] pypy.org extradoc: Another place

arigo noreply at buildbot.pypy.org
Thu Apr 2 11:20:40 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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/


More information about the pypy-commit mailing list