Index: chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html |
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html b/chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html |
index 91bee6d04a388f20c3e072a449b15fc96d4ea3ac..e6532fd79a13f34618378e9b659fbdbc6045d8b6 100644 |
--- a/chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html |
+++ b/chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html |
@@ -1,11 +1,11 @@ |
<h1>externally_connectable</h1> |
<p> |
-The <code>externally_connectable</code> manifest property declares which extensions, apps, and web pages can connect to your {{platform}} via <a href="../runtime.html#method-connect">runtime.connect</a> and <a href="../runtime.html#method-sendMessage">runtime.sendMessage</a>. |
+The <code>externally_connectable</code> manifest property declares which extensions, apps, and web pages can connect to your {{platform}} via <a href="../runtime#method-connect">runtime.connect</a> and <a href="../runtime#method-sendMessage">runtime.sendMessage</a>. |
</p> |
<p> |
-For a tutorial on message passing see <a href="../messaging.html#external">cross-extension and app messaging</a> and <a href="../messaging.html#external-webpage">sending messages from web pages</a>. |
+For a tutorial on message passing see <a href="../messaging#external">cross-extension and app messaging</a> and <a href="../messaging#external-webpage">sending messages from web pages</a>. |
</p> |
<h2 id="without-externally-connectable">Connecting without externally_connectable</h2> |