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 381140217f074ffcc701e69fecd25c5bfdf0d054..f313b7b5d8c50d4e867858d64713bc030f589a28 100644 |
--- a/chrome/common/extensions/docs/templates/articles/content_scripts.html |
+++ b/chrome/common/extensions/docs/templates/articles/content_scripts.html |
@@ -433,9 +433,9 @@ document.getElementById("someImage").src = imgURL; |
You can find many |
<a href="samples.html#script">examples that use content scripts</a>. |
A simple example of communication via messages is in the |
-<a href="samples.html#51a83d2ba3a32e3ff1bdb624d4e18ccec4c4038e">timer sample</a>. |
-See <a href="samples.html#ede3c47b7757245be42ec33fd5ca63df4b490066">make_page_red</a> and |
-<a href="samples.html#028eb5364924344029bcbe1d527f132fc72b34e5">email_this_page</a> |
+<a href="samples.html#timer">Message Timer</a>. |
+See <a href="samples.html#page-redder">Page Redder</a> and |
+<a href="samples.html#email-this-page-(by-google)">Email This Page</a> |
for examples of programmatic injection. |
</p> |