Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1697)

Unified Diff: native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst

Issue 531183002: Add data-path restriction to tutorial, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst
diff --git a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst
index 3f8de272cfdcc838429e8de95dec84a20ae0f6f2..7dd9b23f463ac0498fc4f0ddd5347a29d147fbce 100644
--- a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst
+++ b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst
@@ -301,7 +301,9 @@ configurations, and path to the ``.nmf`` file:
example with different toolchains by changing the URL's `query string
<http://en.wikipedia.org/wiki/Query_string>`_. For example, you can load the
glibc Debug version of this example by navigating to
-``index.html?tc=glibc&config=Debug``.
+``index.html?tc=glibc&config=Debug``. Path URI's such as ``../``, for example
+do not work for either the data-path parameter or its corresponding query
+string.
JF 2014/09/02 20:57:34 I think this is helpful, but IIUC the confusion fr
Next, we remove the ``embed`` element that is described in HTML. This will be
automatically added for us by ``common.js``, based on the current

Powered by Google App Engine
This is Rietveld 408576698