Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r573:2ef8358bc3bc
Date: 2015-02-20 20:08 +0100
http://bitbucket.org/pypy/pypy.org/changeset/2ef8358bc3bc/

Log:    fix doc

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -141,7 +141,7 @@
 <p>To run the sandboxed process, you need <a class="reference external" 
href="download.html#sandboxed-version">pypy-sandbox</a>.  You also need to
 get the <a class="reference external" href="download.html#translate">full 
sources</a> (step 1 only).  Run:</p>
 <pre class="literal-block">
-cd pypy/pypy/translator/sandbox
+cd pypy/sandbox
 pypy_interact.py path/to/pypy-sandbox
 </pre>
 <p>You get a fully sandboxed interpreter, in its own filesystem hierarchy
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -109,7 +109,7 @@
 To run the sandboxed process, you need `pypy-sandbox`_.  You also need to
 get the `full sources`_ (step 1 only).  Run::
 
-   cd pypy/pypy/translator/sandbox
+   cd pypy/sandbox
    pypy_interact.py path/to/pypy-sandbox
 
 You get a fully sandboxed interpreter, in its own filesystem hierarchy
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to