Index: native_client_sdk/doc_generated/devguide/devcycle/building.html |
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/building.html b/native_client_sdk/doc_generated/devguide/devcycle/building.html |
index 126a811be0c9b43e2a4f6a4510397b3f78a23f3c..f613f66b4fa93182f517df645215997d7fab8a2e 100644 |
--- a/native_client_sdk/doc_generated/devguide/devcycle/building.html |
+++ b/native_client_sdk/doc_generated/devguide/devcycle/building.html |
@@ -511,7 +511,7 @@ allows a module to “mount” a given directory tree. Once a module has |
mounted a file system, it can use standard C library file operations: |
<code>fopen</code>, <code>fread</code>, <code>fwrite</code>, <code>fseek</code>, and <code>fclose</code>. |
For more detail, see the header <code>include/nacl_io/nacl_io.h</code>. |
-For an example of how to use nacl_io, see <code>examples/demo/nacl_io</code>.</dd> |
+For an example of how to use nacl_io, see <code>examples/demo/nacl_io_demo</code>.</dd> |
<dt>libppapi_simple.a</dt> |
<dd>Provides a familiar C programming environment by letting a module have a |
simple entry point that is registered by <code>PPAPI_SIMPLE_REGISTER_MAIN</code>. |