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’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&config=Debug</code>.</p> |
+<code>index.html?tc=glibc&config=Debug</code>. Path URI’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> |