Index: native_client_sdk/src/doc/devguide/devcycle/building.rst |
diff --git a/native_client_sdk/src/doc/devguide/devcycle/building.rst b/native_client_sdk/src/doc/devguide/devcycle/building.rst |
index aaab31da074b7f5fc8c7cf4827ab4679043ab9a8..244ee56370d5fe786d4140807267f75162447113 100644 |
--- a/native_client_sdk/src/doc/devguide/devcycle/building.rst |
+++ b/native_client_sdk/src/doc/devguide/devcycle/building.rst |
@@ -589,7 +589,7 @@ libnacl_io.a |
mounted a file system, it can use standard C library file operations: |
``fopen``, ``fread``, ``fwrite``, ``fseek``, and ``fclose``. |
For more detail, see the header ``include/nacl_io/nacl_io.h``. |
- For an example of how to use nacl_io, see ``examples/demo/nacl_io``. |
+ For an example of how to use nacl_io, see ``examples/demo/nacl_io_demo``. |
libppapi_simple.a |
Provides a familiar C programming environment by letting a module have a |