Author: holger krekel <[email protected]> Branch: Changeset: r44047:8dfcde3a5e0d Date: 2011-05-09 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8dfcde3a5e0d/
Log: rewrite pypy mailing list links to use the new python.org diff --git a/pypy/doc/eventhistory.rst b/pypy/doc/eventhistory.rst --- a/pypy/doc/eventhistory.rst +++ b/pypy/doc/eventhistory.rst @@ -267,7 +267,7 @@ .. _`day 1`: http://codespeak.net/pipermail/pypy-dev/2005q2/002169.html .. _`day 2`: http://codespeak.net/pipermail/pypy-dev/2005q2/002171.html .. _`day 3`: http://codespeak.net/pipermail/pypy-dev/2005q2/002172.html -.. _`pypy-dev`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`pypy-dev`: http://python.org/mailman/listinfo/pypy-dev .. _EuroPython: http://europython.org .. _`translation`: translation.html diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -162,7 +162,7 @@ discussions. .. _`contact us`: index.html -.. _`mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`mailing list`: http://python.org/mailman/listinfo/pypy-dev ------------------------------------------------------------- OSError: ... cannot restore segment prot after reloc... Help? diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst --- a/pypy/doc/getting-started-dev.rst +++ b/pypy/doc/getting-started-dev.rst @@ -369,7 +369,7 @@ .. _`full Python interpreter`: getting-started-python.html .. _`the blog`: http://morepypy.blogspot.com -.. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`pypy-dev mailing list`: http://python.org/mailman/listinfo/pypy-dev .. _`contact possibilities`: index.html .. _`py library`: http://pylib.org diff --git a/pypy/doc/index-report.rst b/pypy/doc/index-report.rst --- a/pypy/doc/index-report.rst +++ b/pypy/doc/index-report.rst @@ -99,7 +99,7 @@ .. _`py-lib`: http://pylib.org/ .. _`py.test`: http://pytest.org/ .. _codespeak: http://codespeak.net/ -.. _`pypy-dev`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`pypy-dev`: http://python.org/mailman/listinfo/pypy-dev Reports of 2006 diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -76,9 +76,8 @@ .. _`PyPy blog`: http://morepypy.blogspot.com/ .. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ .. _here: http://tismerysoft.de/pypy/irc-logs/pypy -.. _`sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint -.. _`Mercurial commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn -.. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`Mercurial commit mailing list`: http://python.org/mailman/listinfo/pypy-commit +.. _`development mailing list`: http://python.org/mailman/listinfo/pypy-dev .. _`FAQ`: faq.html .. _`Getting Started`: getting-started.html .. _`Papers`: extradoc.html diff --git a/pypy/doc/statistic/index.rst b/pypy/doc/statistic/index.rst --- a/pypy/doc/statistic/index.rst +++ b/pypy/doc/statistic/index.rst @@ -63,5 +63,5 @@ .. image:: webaccess.png -.. _`pypy-dev`: http://codespeak.net/mailman/listinfo/pypy-svn -.. _`pypy-svn`: http://codespeak.net/mailman/listinfo/pypy-dev +.. _`pypy-dev`: http://python.org/mailman/listinfo/pypy-commit +.. _`pypy-svn`: http://python.org/mailman/listinfo/pypy-dev _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
