Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1538)

Unified Diff: chrome/common/extensions/docs/templates/articles/content_scripts.html

Issue 23526077: [DocServer] Fixed Sample Links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bumped Server's version Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698