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

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/running.html

Issue 479623002: Fix incorrect paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot pyments.css again. 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/doc_generated/devguide/devcycle/running.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/running.html b/native_client_sdk/doc_generated/devguide/devcycle/running.html
index a0af8715cefc4ea226890fa9b6ab25fc9b5aa3aa..c34060c34a557951c5a93bffbaeacb3409f55e82 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/running.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/running.html
@@ -251,9 +251,9 @@ information about CWS manifest files and application icons, see:</p>
<li>Enable the <a class="reference internal" href="#flag"><em>Native Client flag</em></a> in Chrome.</li>
<li>Start a <a class="reference internal" href="#web-server"><em>local web server</em></a>.</li>
<li>Put your application under the examples directory in the SDK bundle you are
-using (e.g., in the directory <code>pepper_31/examples/my_app</code>).</li>
+using (for example, in the directory <code>pepper_35/examples/my_app</code>).</li>
<li>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:
<code>http://localhost:5103/my_app/my_app_main_page.html</code>.</li>
</ul>
<aside class="note">

Powered by Google App Engine
This is Rietveld 408576698