Index: chrome/common/extensions/docs/templates/articles/manifestVersion.html |
diff --git a/chrome/common/extensions/docs/templates/articles/manifestVersion.html b/chrome/common/extensions/docs/templates/articles/manifestVersion.html |
index d1950919a5265a0cf83ac004b8c4bd83ecbbeb0d..2c780f0f6cbd2ca53e0b9420069e265cf7916289 100644 |
--- a/chrome/common/extensions/docs/templates/articles/manifestVersion.html |
+++ b/chrome/common/extensions/docs/templates/articles/manifestVersion.html |
@@ -103,7 +103,7 @@ |
websites (as the <code>src</code> of an image, or a <code>script</code> |
tag). If you want a website to be able to load a resource contained in |
your package, you'll need to explicitly whitelist it via the |
- <a href="manifest.html#web_accessible_resources"> |
+ <a href="manifest/web_accessible_resources.html"> |
<code>web_accessible_resources</code> |
</a> manifest attribute. This is particularly relevant for extensions that |
build up an interface on a website via injected content scripts. |