Index: native_client_sdk/doc_generated/devguide/coding/application-structure.html |
diff --git a/native_client_sdk/doc_generated/devguide/coding/application-structure.html b/native_client_sdk/doc_generated/devguide/coding/application-structure.html |
index 083b73aaf70469a36fe228f2e6f82e839afa9773..a11581f39607917224b6681e031789e90898b81b 100644 |
--- a/native_client_sdk/doc_generated/devguide/coding/application-structure.html |
+++ b/native_client_sdk/doc_generated/devguide/coding/application-structure.html |
@@ -74,9 +74,10 @@ Native Client modules the type must be “application/x-nacl”</dd> |
manifest file and a Native Client manifest file.</p> |
<p>A <strong>Chrome Web Store manifest file</strong> is a file with information about a web |
application that is published in the Chrome Web Store. This file, named |
-<code>manifest.json</code>, is required for applications that are published in the Chrome |
-Web Store. For more information about this file see <a class="reference internal" href="/native-client/devguide/distributing.html"><em>Distributing Your |
-Application</em></a>. and the <a class="reference external" href="http://code.google.com/chrome/extensions/manifest.html">Chrome Web Store manifest file format</a>.</p> |
+<code>manifest.json</code>, is required for applications that are published in the |
+Chrome Web Store. For more information about this file see <a class="reference internal" href="/native-client/devguide/distributing.html"><em>Distributing |
+Your Application</em></a>. and the <a class="reference external" href="/extensions/manifest">Chrome Web Store manifest file |
+format</a>.</p> |
<p>A <strong>Native Client manifest file</strong> is a file that specifies which Native Client |
module (executable) to load. For PNaCl it specifies a single portable |
executable; otherwise it specifies one for each of the supported end-user |