diff options
Diffstat (limited to 'rpython/doc/architecture.rst')
-rw-r--r-- | rpython/doc/architecture.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpython/doc/architecture.rst b/rpython/doc/architecture.rst index c9f2b3d135..d4da68cb0e 100644 --- a/rpython/doc/architecture.rst +++ b/rpython/doc/architecture.rst @@ -116,7 +116,7 @@ This process is described in much more detail in the :doc:`document about the RPython toolchain <translation>` and in the paper `Compiling dynamic language implementations`_. -.. _`Compiling dynamic language implementations`: https://bitbucket.org/pypy/extradoc/raw/tip/eu-report/D05.1_Publish_on_translating_a_very-high-level_description.pdf +.. _Compiling dynamic language implementations: https://bitbucket.org/pypy/extradoc/raw/tip/eu-report/D05.1_Publish_on_translating_a_very-high-level_description.pdf Further reading --------------- @@ -137,5 +137,5 @@ Further reading * A tutorial of how to use the :doc:`RPython toolchain <translation>` to `implement your own interpreter`_. -.. _`PyPy's approach to virtual machine construction`: https://bitbucket.org/pypy/extradoc/raw/tip/talk/dls2006/pypy-vm-construction.pdf -.. _`implement your own interpreter`: http://morepypy.blogspot.com/2011/04/tutorial-writing-interpreter-with-pypy.html +.. _PyPy's approach to virtual machine construction: https://bitbucket.org/pypy/extradoc/raw/tip/talk/dls2006/pypy-vm-construction.pdf +.. _implement your own interpreter: http://morepypy.blogspot.com/2011/04/tutorial-writing-interpreter-with-pypy.html |