Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: chrome/common/extensions/docs/templates/private/intro_tables/windows_permissions.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698