Index: chrome/common/extensions/docs/templates/articles/background_pages.html |
diff --git a/chrome/common/extensions/docs/templates/articles/background_pages.html b/chrome/common/extensions/docs/templates/articles/background_pages.html |
index 38c1fb6dc4a34dff18bdc3a1484f1946681f34a6..2ff0e4c93608110d383edf11d9710e05fd6b68de 100644 |
--- a/chrome/common/extensions/docs/templates/articles/background_pages.html |
+++ b/chrome/common/extensions/docs/templates/articles/background_pages.html |
@@ -17,7 +17,7 @@ As the <a href="overview.html#arch">architecture overview</a> explains, |
the background page is an HTML page that runs in the extension process. |
It exists for the lifetime of your extension, |
and only one instance of it at a time is active. (Exception: if your |
-extension uses <a href="manifest.html#incognito">incognito</a> |
+extension uses <a href="manifest/incognito.html">incognito</a> |
"split" mode, a second instance is created for incognito windows.) |
</p> |