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’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> |