| 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 0e7c4dea0eb8ba8a9d4bbdae147cc1d676810a20..2b78548a7d2eb139834d12037d84e39e10b544b7 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>
|
|
|
|
|