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

Unified Diff: chrome/common/extensions/docs/templates/intros/cookies.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/intros/cookies.html
diff --git a/chrome/common/extensions/docs/templates/intros/cookies.html b/chrome/common/extensions/docs/templates/intros/cookies.html
index 605debef9e9054d6909ad84ba5e1a09c5c704cbc..e91132af6e3b155f61e4fe728769533ebf7f17c6 100644
--- a/chrome/common/extensions/docs/templates/intros/cookies.html
+++ b/chrome/common/extensions/docs/templates/intros/cookies.html
@@ -2,7 +2,7 @@
<p>To use the cookies API,
you must declare the "cookies" permission in your manifest,
-along with <a href="declare_permissions.html">host permissions</a>
+along with <a href="declare_permissions">host permissions</a>
for any hosts whose cookies
you want to access.
For example:</p>
@@ -28,5 +28,5 @@ of using the cookies API in the
directory.
For other examples
and for help in viewing the source code,
-see <a href="samples.html">Samples</a>.
+see <a href="samples">Samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698