diff options
author | Armin Rigo <arigo@tunes.org> | 2007-01-11 10:08:03 +0000 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2007-01-11 10:08:03 +0000 |
commit | 6b8f3f7f6ceae94996d3d10a65dbd5bbc663f4c8 (patch) | |
tree | ba9f6bbe8989425900b1f0eed96263903da43d76 /pypy/doc/translation.txt | |
parent | small fix to be more llvm-gcc4 compatible (diff) | |
download | pypy-6b8f3f7f6ceae94996d3d10a65dbd5bbc663f4c8.tar.gz pypy-6b8f3f7f6ceae94996d3d10a65dbd5bbc663f4c8.tar.bz2 pypy-6b8f3f7f6ceae94996d3d10a65dbd5bbc663f4c8.zip |
Missing translator/cl -> translator/lisp renamings.
Diffstat (limited to 'pypy/doc/translation.txt')
-rw-r--r-- | pypy/doc/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/doc/translation.txt b/pypy/doc/translation.txt index 949c0c6839..9314712bbf 100644 --- a/pypy/doc/translation.txt +++ b/pypy/doc/translation.txt @@ -95,7 +95,7 @@ stages. .. _`play around`: getting-started.html#trying-out-the-translator .. _`Flow Object Space`: objspace.html#the-flow-object-space .. _`control flow graph`: objspace.html#the-flow-model -.. _`Common Lisp`: http://codespeak.net/pypy/dist/pypy/translator/cl/ +.. _`Common Lisp`: http://codespeak.net/pypy/dist/pypy/translator/lisp/ .. _Pyrex: http://codespeak.net/pypy/dist/pypy/translator/pyrex/ .. _JavaScript: http://codespeak.net/pypy/dist/pypy/translator/js/ .. _Squeak: http://codespeak.net/pypy/dist/pypy/translator/squeak/ |