Index: native_client_sdk/doc_generated/faq.html |
diff --git a/native_client_sdk/doc_generated/faq.html b/native_client_sdk/doc_generated/faq.html |
index a1028820272f5bae5dbb0e1c820f3d1b5dd1dc7f..ac76208d7f2a22264992189f716d8726fbd065fa 100644 |
--- a/native_client_sdk/doc_generated/faq.html |
+++ b/native_client_sdk/doc_generated/faq.html |
@@ -421,10 +421,10 @@ source change.</p> |
<ul class="small-gap"> |
<li>Code that does direct <a class="reference external" href="pepper_stable/cpp/classpp_1_1_u_d_p_socket">TCP</a> or |
<a class="reference external" href="pepper_stable/cpp/classpp_1_1_u_d_p_socket">UDP</a> networking. For security |
-reasons these APIs are only available to <a class="reference external" href="/apps/about_apps">packaged applications</a> after asking for the appropriate permissions, not on the |
-open web. Native Client is otherwise restricted to the networking APIs |
-available in the browser. You may want to use to <a class="reference external" href="nacl_io">nacl_io library</a> |
-to use POSIX-like sockets.</li> |
+reasons these APIs are only available to <a class="reference external" href="/apps">Chrome apps</a> after asking |
+for the appropriate permissions, not on the open web. Native Client is |
+otherwise restricted to the networking APIs available in the browser. You may |
+want to use to <a class="reference external" href="nacl_io">nacl_io library</a> to use POSIX-like sockets.</li> |
<li>Code that creates processes, including UNIX <code>fork</code>, won’t function |
as-is. However, threads are supported. You can nonetheless create new |
<code><embed></code> tags in your HTML page to launch new PNaCl processes, even using |