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

Unified Diff: native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.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-part2.html
diff --git a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
index ab9550b916ea6260b35b85deab4ae733565ff2d7..7731fccd7e2193f929825abd5cd5ea12b3cb6058 100644
--- a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
+++ b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part2.html
@@ -32,10 +32,8 @@
<h2 id="overview">Overview</h2>
<p>This tutorial shows how to convert the finished PNaCl web application from
<a class="reference internal" href="/native-client/devguide/tutorial/tutorial-part1.html"><em>Part 1</em></a> to use the Native Client SDK build system and
-common JavaScript files. It also demonstrates some techniques to make your
-web application <cite>Content Security Policy (CSP)-compliant
-&lt;http://developer.chrome.com/apps/contentSecurityPolicy.html&gt;</cite>, which is
-necessary for <a class="reference external" href="https://developer.chrome.com/apps/about_apps.html">Chrome Apps</a>.</p>
+common JavaScript files. It also demonstrates some techniques to make your web
+application <a class="reference external" href="/apps/contentSecurityPolicy">Content Security Policy (CSP)-compliant</a>, which is necessary for <a class="reference external" href="/apps/about_apps">Chrome Apps</a>.</p>
<p>Using the Native Client SDK build system makes it easy to build with all of the
SDK toolchains, and switch between the Debug and Release configurations. It
also simplifies the makefiles for your project, as we&#8217;ll see in the next
@@ -144,8 +142,8 @@ is called <code>part2_arm.nexe</code>.</dd>
<dd>A list of libraries that this executable needs to link against. The library
search path is already set up to only look in the directory for the current
toolchain and architecture. In this example, we link against <code>ppapi_cpp</code>
-and <code>ppapi</code>. <code>ppapi_cpp</code> is needed to use the <a class="reference external" href="https://developers.google.com/native-client/peppercpp/">Pepper C++ interface</a>. <code>ppapi</code> is
-needed for communicating with the browser.</dd>
+and <code>ppapi</code>. <code>ppapi_cpp</code> is needed to use the <a class="reference external" href="/native-client/pepper_stable/cpp/">Pepper C++ interface</a>. <code>ppapi</code> is needed for communicating
+with the browser.</dd>
<dt>CFLAGS</dt>
<dd>A list of extra flags to pass to the compiler. In this example, we pass
<code>-Wall</code>, which turns on all warnings.</dd>
@@ -209,13 +207,13 @@ $(eval $(call NMF_RULE,$(TARGET),))
</pre>
</section></section><section id="making-index-html-work-for-chrome-apps">
<h2 id="making-index-html-work-for-chrome-apps">Making index.html work for Chrome Apps</h2>
-<p>This section describes the changes necessary to make the HTML and JavaScript
-in part1 CSP-compliant. This is required if you want to build a <a class="reference external" href="https://developer.chrome.com/apps/about_apps.html">Chrome App</a>, but is not necessary
-if you want to use PNaCl on the open web.</p>
+<p>This section describes the changes necessary to make the HTML and JavaScript in
+part1 CSP-compliant. This is required if you want to build a <a class="reference external" href="/apps/about_apps">Chrome App</a>, but is not necessary if you want to use PNaCl on the open
+web.</p>
<section id="csp-rules">
<h3 id="csp-rules">CSP rules</h3>
-<p><a class="reference external" href="http://developer.chrome.com/apps/contentSecurityPolicy.html#what">Chrome Apps CSP</a>
-restricts you from doing the following:</p>
+<p><a class="reference external" href="/apps/contentSecurityPolicy#what">Chrome Apps CSP</a> restricts you from doing
+the following:</p>
<ul class="small-gap">
<li>You can’t use inline scripting in your Chrome App pages. The restriction
bans both <code>&lt;script&gt;</code> blocks and event handlers (<code>&lt;button onclick=&quot;...&quot;&gt;</code>).</li>
« no previous file with comments | « native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html ('k') | native_client_sdk/doc_generated/glossary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698