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

Unified Diff: chrome/common/extensions/docs/templates/articles/overview.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/overview.html
diff --git a/chrome/common/extensions/docs/templates/articles/overview.html b/chrome/common/extensions/docs/templates/articles/overview.html
index a3309340a44a56ce7de7d38f2e040d874fdb3176..bac57c3bc8f36b7e3e0a60e9aa32fda70de23e4c 100644
--- a/chrome/common/extensions/docs/templates/articles/overview.html
+++ b/chrome/common/extensions/docs/templates/articles/overview.html
@@ -65,19 +65,19 @@ depending on the page.
<tr>
<td>
- This <a href="samples.html#gmail">mail extension</a>
+ This <a href="samples.html#google-mail-checker">Google Mail Checker extension</a>
uses a <em>browser action</em>
(icon in the toolbar).
</td>
<td>
- This <a href="samples.html#mappy">map extension</a>
+ This <a href="samples.html#mappy">Mappy extension</a>
uses a <em>page action</em>
(icon in the address bar)
and <em>content script</em>
(code injected into a web page).
</td>
<td>
- This <a href="samples.html#news">news extension</a>
+ This <a href="samples.html#news-reader">News Reader extension</a>
features a browser action that,
when clicked,
shows a <em>popup</em>.

Powered by Google App Engine
This is Rietveld 408576698