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

Unified Diff: chrome/common/extensions/docs/templates/intros/browsingData.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/browsingData.html
diff --git a/chrome/common/extensions/docs/templates/intros/browsingData.html b/chrome/common/extensions/docs/templates/intros/browsingData.html
index e306b0f268366f1a6251cc7db9bdbb87aa8ebe78..104e3e6e9fafca3b39c28e6cd7b43132595d89c0 100644
--- a/chrome/common/extensions/docs/templates/intros/browsingData.html
+++ b/chrome/common/extensions/docs/templates/intros/browsingData.html
@@ -2,7 +2,7 @@
<p>
You must declare the "browsingData" permission in the
- <a href="manifest.html">extension manifest</a> to use this API.
+ <a href="manifest">extension manifest</a> to use this API.
</p>
<pre data-filename="manifest.json">
@@ -151,5 +151,5 @@ chrome.browsingData.remove({
<h2 id="samples">Examples</h2>
<p>
Samples for the <code>browsingData</code> API are available
- <a href="samples.html#browsingData">on the samples page</a>.
+ <a href="samples#browsingData">on the samples page</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698