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

Unified Diff: native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html

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/doc_generated/devguide/tutorial/tutorial-part2.html
diff --git a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
index 72c33bed0c8c191f7b12b3491271fa7c9b845c8f..086d7563d8fb454d3d9b8cd4fb75dd306ced3077 100644
--- a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
+++ b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
@@ -252,7 +252,9 @@ configurations, and path to the <code>.nmf</code> file:</p>
<p><code>common.js</code> will read these data attributes to allow you to load the same
example with different toolchains by changing the URL&#8217;s <a class="reference external" href="http://en.wikipedia.org/wiki/Query_string">query string</a>. For example, you can load the
glibc Debug version of this example by navigating to
-<code>index.html?tc=glibc&amp;config=Debug</code>.</p>
+<code>index.html?tc=glibc&amp;config=Debug</code>. Path URI&#8217;s such as <code>../</code>, for example
+do not work for either the data-path parameter or its corresponding query
+string.</p>
<p>Next, we remove the <code>embed</code> element that is described in HTML. This will be
automatically added for us by <code>common.js</code>, based on the current
toolchain/configuration combination:</p>

Powered by Google App Engine
This is Rietveld 408576698