Index: native_client_sdk/src/doc/sdk/examples.rst |
diff --git a/native_client_sdk/src/doc/sdk/examples.rst b/native_client_sdk/src/doc/sdk/examples.rst |
index c11a5fffcc8095059edf25964626e065dc89765c..46b3bea30fa276f003ef20ac764fe927f7242f60 100644 |
--- a/native_client_sdk/src/doc/sdk/examples.rst |
+++ b/native_client_sdk/src/doc/sdk/examples.rst |
@@ -152,7 +152,7 @@ Overview <../overview>`. |
For details on how to use ``make``, see the `GNU 'make' Manual |
<http://www.gnu.org/software/make/manual/make.html>`_. For details on how to |
use the SDK toolchain itself, see :doc:`Building Native Client Modules |
-<devcycle/building>`. |
+<../devguide/devcycle/building>`. |
Run the SDK examples |
-------------------- |
@@ -241,7 +241,7 @@ Chrome is listening on. GDB will respond:: |
At this point, you can use the standard GDB commands to debug your NaCl module. |
The most common commands you will use to debug are ``continue``, ``step``, |
``next``, ``break`` and ``backtrace``. See :doc:`Debugging |
-<devcycle/debugging>` for more information about debugging a Native Client |
+<../devguide/devcycle/debugging>` for more information about debugging a Native Client |
application. |