Author: Gregor Wegberg <[email protected]> Branch: latest-improve-doc Changeset: r70353:461d138c2a12 Date: 2014-03-31 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/461d138c2a12/
Log: fixed old codespeak.net links to point into extradoc repository diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst --- a/pypy/doc/extradoc.rst +++ b/pypy/doc/extradoc.rst @@ -258,24 +258,24 @@ .. _`PyCon 2010`: http://morepypy.blogspot.com/2010/02/pycon-2010-report.html .. _`RuPy 2009`: http://morepypy.blogspot.com/2009/11/pypy-on-rupy-2009.html -.. _`PyPy 3000`: http://codespeak.net/pypy/extradoc/talk/ep2006/pypy3000.txt -.. _`What can PyPy do for you`: http://codespeak.net/pypy/extradoc/talk/ep2006/usecases-slides.html -.. _`PyPy introduction at EuroPython 2006`: http://codespeak.net/pypy/extradoc/talk/ep2006/intro.pdf -.. _`PyPy - the new Python implementation on the block`: http://codespeak.net/pypy/extradoc/talk/22c3/hpk-tech.html -.. _`PyPy development method`: http://codespeak.net/pypy/extradoc/talk/pycon2006/method_talk.html -.. _`PyPy intro`: http://codespeak.net/pypy/extradoc/talk/accu2006/accu-2006.pdf -.. _oscon2003-paper: http://codespeak.net/pypy/extradoc/talk/oscon2003-paper.html -.. _`Architecture introduction slides`: http://codespeak.net/pypy/extradoc/talk/amsterdam-sprint-intro.pdf -.. _`EU funding for FOSS`: http://codespeak.net/pypy/extradoc/talk/2004-21C3-pypy-EU-hpk.pdf -.. _`py lib slides`: http://codespeak.net/pypy/extradoc/talk/2005-pycon-py.pdf -.. _`PyCon 2005`: http://codespeak.net/pypy/extradoc/talk/pypy-talk-pycon2005/README.html -.. _`Trouble in Paradise`: http://codespeak.net/pypy/extradoc/talk/agile2006/during-oss-sprints_talk.pdf -.. _`Sprint Driven Development`: http://codespeak.net/pypy/extradoc/talk/xp2006/during-xp2006-sprints.pdf -.. _`Kill -1`: http://codespeak.net/pypy/extradoc/talk/ep2006/kill_1_agiletalk.pdf -.. _`Open Source, EU-Funding and Agile Methods`: http://codespeak.net/pypy/extradoc/talk/22c3/agility.pdf -.. _`PyPy Status`: http://codespeak.net/pypy/extradoc/talk/vancouver/talk.html +.. _`PyPy 3000`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/ep2006/pypy3000.txt +.. _`What can PyPy do for you`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/ep2006/usecases-slides.html +.. _`PyPy introduction at EuroPython 2006`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/ep2006/intro.pdf +.. _`PyPy - the new Python implementation on the block`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/22c3/hpk-tech.html +.. _`PyPy development method`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/pycon2006/method_talk.html +.. _`PyPy intro`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/accu2006/accu-2006.pdf +.. _oscon2003-paper: https://bytebucket.org/pypy/extradoc/raw/tip/talk/oscon2003-paper.html +.. _`Architecture introduction slides`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/amsterdam-sprint-intro.pdf +.. _`EU funding for FOSS`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/2004-21C3-pypy-EU-hpk.pdf +.. _`py lib slides`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/2005-pycon-py.pdf +.. _`PyCon 2005`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/pypy-talk-pycon2005/README.html +.. _`Trouble in Paradise`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/agile2006/during-oss-sprints_talk.pdf +.. _`Sprint Driven Development`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/xp2006/during-xp2006-sprints.pdf +.. _`Kill -1`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/ep2006/kill_1_agiletalk.pdf +.. _`Open Source, EU-Funding and Agile Methods`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/22c3/agility.pdf +.. _`PyPy Status`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/vancouver/talk.html .. _`Sprinting the PyPy way`: https://bitbucket.org/pypy/extradoc/raw/tip/talk/ep2005/pypy_sprinttalk_ep2005bd.pdf -.. _`PyPy's VM Approach`: http://codespeak.net/pypy/extradoc/talk/dls2006/talk.html +.. _`PyPy's VM Approach`: https://bytebucket.org/pypy/extradoc/raw/tip/talk/dls2006/talk.html .. _`PyPy's approach to virtual machine construction`: https://bitbucket.org/pypy/extradoc/raw/tip/talk/dls2006/pypy-vm-construction.pdf .. _`EuroPython talks 2009`: https://bitbucket.org/pypy/extradoc/raw/tip/talk/ep2009/ .. _`PyCon talks 2009`: https://bitbucket.org/pypy/extradoc/raw/tip/talk/pycon2009/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
