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

Unified Diff: chrome/common/extensions/docs/templates/articles/declare_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, 7 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/articles/declare_permissions.html
diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
index a32a64fda631f797716ac1fc9c40a255681d2cd3..5daabb9c40362e32b5bccd4deaf882d2a9a1086f 100644
--- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html
+++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
@@ -4,23 +4,23 @@
To use most chrome.* APIs,
your extension or app must declare its intent in the
"permissions" field of the
-<a href="manifest.html">manifest</a>.
+<a href="manifest">manifest</a>.
Each permission can be either one of a list of known strings
(such as "geolocation")
-or a <a href="match_patterns.html">match pattern</a>
+or a <a href="match_patterns">match pattern</a>
that gives access to one or more hosts.
Permissions help to limit damage
if your extension or app is compromised by malware.
Some permissions are also displayed to users before installation,
as detailed in
-<a href="permission_warnings.html">Permission Warnings</a>.
+<a href="permission_warnings">Permission Warnings</a>.
</p>
<p>
If an API requires you to declare a permission in the manifest,
then its documentation tells you how to do so.
For example,
-the <a href="storage.html">Storage</a> page
+the <a href="storage">Storage</a> page
shows you how to
declare the "storage" permission.
</p>

Powered by Google App Engine
This is Rietveld 408576698