Index: native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst |
diff --git a/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst b/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst |
index 859304fe6f4323590a2ae1732713dcc06d7cabe1..8714bde9a361bb6ccf33a7d54bb8e8f2700e4eed 100644 |
--- a/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst |
+++ b/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst |
@@ -20,12 +20,12 @@ programming techniques. The ``input_events`` example is used to |
illustrate how your module can react to keyboard and mouse input |
event. The ``mouse_lock`` example is used to illustrate how your module |
can react to view change events. You can find these examples in the |
-``/examples/api/input_events`` and ``/examples/api/mouse_lock`` |
-directories in the Native Client SDK. There is also the |
-ppapi_simple library that can be used to to implement most of the |
-boiler plate. The ``pi_generator`` example in |
-``/examples/demo/pi_generator`` uses ppapi_simple to manage view |
-change events and 2D graphics. |
+``/pepper_<version>/examples/api/input_event`` and |
+``/pepper_<version>/examples/api/mouse_lock`` directories in the Native Client |
+SDK. There is also the ppapi_simple library that can be used to to implement |
+most of the boiler plate. The ``pi_generator`` example in |
+``/pepper_<version>/examples/demo/pi_generator`` uses ppapi_simple to manage |
+view change events and 2D graphics. |
Overview |