[pypy-svn] r39102 - pypy/release/0.99.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Sat Feb 17 14:33:44 CET 2007


Author: pedronis
Date: Sat Feb 17 14:33:43 2007
New Revision: 39102

Modified:
   pypy/release/0.99.x/pypy/doc/_ref.txt
   pypy/release/0.99.x/pypy/doc/getting-started.txt
   pypy/release/0.99.x/pypy/doc/index.txt
Log:
fix 39099 confusion



Modified: pypy/release/0.99.x/pypy/doc/_ref.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/_ref.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/_ref.txt	Sat Feb 17 14:33:43 2007
@@ -11,6 +11,7 @@
 .. _`bin/`: ../../pypy/bin
 .. _`config/`: ../../pypy/config
 .. _`doc/`: ../../pypy/doc
+.. _`doc/config/`: ../../pypy/doc/config
 .. _`doc/discussion/`: ../../pypy/doc/discussion
 .. _`interpreter/`:
 .. _`pypy/interpreter`: ../../pypy/interpreter
@@ -111,4 +112,4 @@
 .. _`translator/llvm/`: ../../pypy/translator/llvm
 .. _`translator/squeak/`: ../../pypy/translator/squeak
 .. _`translator/stackless/`: ../../pypy/translator/stackless
-.. _`translator/tool/`: ../../pypy/translator/tool
+.. _`translator/tool/`: ../../pypy/translator/tool
\ No newline at end of file

Modified: pypy/release/0.99.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/getting-started.txt	Sat Feb 17 14:33:43 2007
@@ -625,7 +625,7 @@
 
 This will produce the executable "targetrpystonedalone-c".
 
-.. _`configuration sections`: config/
+.. _`configuration sections`: config/index.html
 
 .. _`translate PyPy with the thunk object space`:
 

Modified: pypy/release/0.99.x/pypy/doc/index.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/index.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/index.txt	Sat Feb 17 14:33:43 2007
@@ -330,4 +330,3 @@
 
 .. include:: _ref.txt
 
-.. _`doc/config/`: config/index.html



More information about the Pypy-commit mailing list