Index: chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html |
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html b/chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html |
index c0861d1a055b0ce8b2c9d6f003abf18b98bd3028..418d7b84585ecf5dc62f8b758d665277e07e4089 100644 |
--- a/chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html |
+++ b/chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html |
@@ -27,7 +27,7 @@ etc.) as follows: |
<p> |
These resources would then be available in a webpage via the URL |
<code>chrome-extension://[PACKAGE ID]/[PATH]</code>, which can be generated with |
-the <a href="http://developer.chrome.com/extensions/extension.html#method-getURL">extension.getURL</a> method. Whitelisted resources are served with appropriate |
+the <a href="http://developer.chrome.com/extensions/extension#method-getURL">extension.getURL</a> method. Whitelisted resources are served with appropriate |
<a href="http://www.w3.org/TR/cors/">CORS</a> headers, so they're available via |
mechanisms like XHR. |
</p> |
@@ -45,7 +45,7 @@ owned by the redirecting extension.</li> |
</ul> |
<p> |
-<a href="http://developer.chrome.com/extensions/content_scripts.html">Content scripts</a> themselves do not need to be whitelisted. |
+<a href="http://developer.chrome.com/extensions/content_scripts">Content scripts</a> themselves do not need to be whitelisted. |
</p> |
<p> |
@@ -62,7 +62,7 @@ attack surface and protect the privacy of users. |
<h2 id="availability">Default Availability</h2> |
<p> |
-Resources inside of packages using <a href="http://developer.chrome.com/extensions/manifest.html#manifest_version"><code>manifest_version</code></a> |
+Resources inside of packages using <a href="http://developer.chrome.com/extensions/manifest#manifest_version"><code>manifest_version</code></a> |
2 or above are <strong>blocked by default</strong>, and must be whitelisted |
for use via this property. |
</p> |