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