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

Unified Diff: chrome/common/extensions/docs/templates/intros/privacy.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/privacy.html
diff --git a/chrome/common/extensions/docs/templates/intros/privacy.html b/chrome/common/extensions/docs/templates/intros/privacy.html
index 0dab81657117887a676b52848629e8b2cb8ee2d6..2a7935b33d05d4dad34e78bdc083c74aeba86bc3 100644
--- a/chrome/common/extensions/docs/templates/intros/privacy.html
+++ b/chrome/common/extensions/docs/templates/intros/privacy.html
@@ -6,7 +6,7 @@
<h2 id="manifest">Manifest</h2>
<p>
You must declare the "privacy" permission in your extension's
- <a href="manifest.html">manifest</a> to use the API. For example:
+ <a href="manifest">manifest</a> to use the API. For example:
</p>
<pre data-filename="manifest.json">
@@ -53,7 +53,7 @@
<p class="note">
Full details about extensions' ability to control <code>ChromeSetting</code>s
can be found under
- <a href="types.html#ChromeSetting">
+ <a href="types#ChromeSetting">
<code>chrome.types.ChromeSetting</code></a>.
</p>
@@ -94,6 +94,6 @@
<h2 id="examples">Examples</h2>
<p>
For example code, see the
- <a href="samples.html#privacy">Privacy API samples</a>.
+ <a href="samples#privacy">Privacy API samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698