Index: native_client_sdk/doc_generated/devguide/coding/url-loading.html |
diff --git a/native_client_sdk/doc_generated/devguide/coding/url-loading.html b/native_client_sdk/doc_generated/devguide/coding/url-loading.html |
index 47b6e79466eab9c9c8d3f49b55a7361784b35cba..1a3813f52522191c02a819c9cb64abc0b5a4b6e2 100644 |
--- a/native_client_sdk/doc_generated/devguide/coding/url-loading.html |
+++ b/native_client_sdk/doc_generated/devguide/coding/url-loading.html |
@@ -23,9 +23,9 @@ |
</div><section id="introduction"> |
<h2 id="introduction">Introduction</h2> |
-<p>This chapter describes how to use the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_u_r_l_loader">URLLoader API</a> to load resources |
+<p>This section describes how to use the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_u_r_l_loader">URLLoader API</a> to load resources |
such as images and sound files from a server into your application.</p> |
-<p>The example discussed in this chapter is included in the SDK in the directory |
+<p>The example discussed in this section is included in the SDK in the directory |
<code>examples/api/url_loader</code>.</p> |
</section><section id="reference-information"> |
<h2 id="reference-information">Reference information</h2> |
@@ -45,7 +45,7 @@ following documentation:</p> |
caches your application’s HTML file, manifest file (.nmf), and Native Client |
module (.pexe or .nexe). If your application needs additional assets, such as |
images and sound files, it must explicitly load those assets. You can use the |
-Pepper APIs described in this chapter to load assets from a URL into your |
+Pepper APIs described in this section to load assets from a URL into your |
application.</p> |
<p>After you’ve loaded assets into your application, Chrome will cache those |
assets. To avoid being at the whim of the Chrome cache, however, you may want |