Index: chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html |
diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html b/chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html |
index 5f46c3f1718d37a098b88cd717c6e3f9b3b82964..1e6de07c44f27960edc24652f141ac23a31199a0 100644 |
--- a/chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html |
+++ b/chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html |
@@ -2,7 +2,7 @@ The <code>chrome.windows</code> API can be used |
without declaring any permission. |
However, the <code>"tabs"</code> permission is |
required in order to populate the |
- <code><a href="tabs.html#property-Tab-url">url</a></code>, |
- <code><a href="tabs.html#property-Tab-title">title</a></code>, and |
- <code><a href="tabs.html#property-Tab-favIconUrl">favIconUrl</a></code> properties of |
- <code><a href="tabs.html#type-Tab">Tab</a></code> objects. |
+ <code><a href="tabs#property-Tab-url">url</a></code>, |
+ <code><a href="tabs#property-Tab-title">title</a></code>, and |
+ <code><a href="tabs#property-Tab-favIconUrl">favIconUrl</a></code> properties of |
+ <code><a href="tabs#type-Tab">Tab</a></code> objects. |