| Index: chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/content_scripts.html b/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| index cd6eb48537579051a068ce3a7c77f3874be2eb46..c919066f96db2afc3ce4e8835e25d7a36df3708e 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| @@ -455,7 +455,7 @@ document.getElementById("someImage").src = imgURL;
|
|
|
| <p>
|
| You can find many
|
| -<a href="samples#script">examples that use content scripts</a>.
|
| +<a href="samples#search:script">examples that use content scripts</a>.
|
| A simple example of communication via messages is in the
|
| <a href="samples#message-timer">Message Timer</a>.
|
| See <a href="samples#page-redder">Page Redder</a> and
|
|
|