Index: native_client_sdk/doc_generated/devguide/coding/nacl_io.html |
diff --git a/native_client_sdk/doc_generated/devguide/coding/nacl_io.html b/native_client_sdk/doc_generated/devguide/coding/nacl_io.html |
index cb236694a1ca6ff1a2feb8902955bb79673e3493..a351b9013ff7a703e57a7aec90a83d6c8bddeb2d 100644 |
--- a/native_client_sdk/doc_generated/devguide/coding/nacl_io.html |
+++ b/native_client_sdk/doc_generated/devguide/coding/nacl_io.html |
@@ -90,7 +90,7 @@ systems and displays a set of controls that let you work with them:</p> |
<ul class="small-gap"> |
<li><p class="first">Open a terminal in the demo directory:</p> |
<pre class="prettyprint"> |
-$ cd $NACL_SDK_ROOT/examples/demo/nacl_io |
+$ cd $NACL_SDK_ROOT/examples/demo/nacl_io_demo |
</pre> |
</li> |
<li><p class="first">run the demo:</p> |
@@ -214,7 +214,7 @@ int HandleFwrite(int num_params, char** params, char** output) { |
</section></section></section><section id="reference-information"> |
<h2 id="reference-information">Reference information</h2> |
<p>The example discussed here is included in the SDK in the directory |
-<code>examples/demo/nacl_io</code>.</p> |
+<code>examples/demo/nacl_io_demo</code>.</p> |
<p>The nacl_io library is included in the SDK toolchain and is not a part of the |
Pepper API. For reference information related to the nacl_io interface see |
its header file in the SDK directory, located at |