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

Unified Diff: native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html

Issue 254033002: [NaCl SDK Docs] Remove links to developers.google.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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/tutorial/tutorial-part1.html
diff --git a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html
index cd1cf0c1012fccbabb8276789d366705bf0f1b6d..20042b3a9737c3de741c80aa41192e220ff5c811 100644
--- a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html
+++ b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html
@@ -197,8 +197,8 @@ virtual void HandleMessage(const pp::Var& var_message) {
}
</pre>
<p>See the Pepper API documentation for additional information about the
-<a class="reference external" href="https://developers.google.com/native-client/peppercpp/classpp_1_1_instance.html#a5dce8c8b36b1df7cfcc12e42397a35e8">pp::Instance.HandleMessage</a>
-and <a class="reference external" href="https://developers.google.com/native-client/peppercpp/classpp_1_1_instance.html#a67e888a4e4e23effe7a09625e73ecae9">pp::Instance.PostMessage</a>
+<a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_instance.html#a5dce8c8b36b1df7cfcc12e42397a35e8">pp::Instance.HandleMessage</a>
+and <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_instance.html#a67e888a4e4e23effe7a09625e73ecae9">pp::Instance.PostMessage</a>
member functions.</p>
</section><section id="step-8-compile-the-native-client-module-and-run-the-application-again">
<h2 id="step-8-compile-the-native-client-module-and-run-the-application-again">Step 8: Compile the Native Client module and run the application again</h2>
@@ -229,8 +229,8 @@ contains some useful information about handling error events.</li>
<li>See the <a class="reference internal" href="/native-client/devguide/coding/application-structure.html"><em>Application Structure</em></a>
chapter in the Developer&#8217;s Guide for information about how to structure a
Native Client module.</li>
-<li>Check the <a class="reference external" href="https://developers.google.com/native-client/peppercpp">C++ Reference</a> for details about
-how to use the Pepper APIs.</li>
+<li>Check the <a class="reference external" href="/native-client/pepper_stable/cpp">C++ Reference</a> for details
+about how to use the Pepper APIs.</li>
<li>Browse through the source code of the SDK examples (in the <code>examples</code>
directory) to learn additional techniques for writing Native Client
applications and using the Pepper APIs.</li>

Powered by Google App Engine
This is Rietveld 408576698