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> |