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