Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/running.rst

Issue 479623002: Fix incorrect paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/devguide/devcycle/running.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/running.rst b/native_client_sdk/src/doc/devguide/devcycle/running.rst
index d2ae3a7f924aecedb45f0ebfea3949373fd5bdd3..e6e25dc88ae7f9d81a4885ba9616c7bb754eb8c4 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/running.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/running.rst
@@ -292,9 +292,9 @@ To run your application from a local server:
* Enable the :ref:`Native Client flag <flag>` in Chrome.
* Start a :ref:`local web server <web_server>`.
* Put your application under the examples directory in the SDK bundle you are
- using (e.g., in the directory ``pepper_31/examples/my_app``).
+ using (for example, in the directory ``pepper_35/examples/my_app``).
* Access your application on the local server by typing the location of its
- HTML file in Chrome, e.g.:
+ HTML file in Chrome, for example:
``http://localhost:5103/my_app/my_app_main_page.html``.
.. Note::

Powered by Google App Engine
This is Rietveld 408576698