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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/api_reference.html

Issue 10894049: Make links to samples and re-enable sample list for api references. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: patch'd Created 8 years, 4 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/server2/templates/private/api_reference.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/api_reference.html b/chrome/common/extensions/docs/server2/templates/private/api_reference.html
index e50099ddf804d6055b825bd33096eb6ab07683bf..e45f0b35031931331387e7c454323639dce1acd8 100644
--- a/chrome/common/extensions/docs/server2/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/server2/templates/private/api_reference.html
@@ -30,7 +30,7 @@
<a name="samples"></a>
<h2>Sample {{title}} that use chrome.{{api.name}}</h2>
{{#samples_list}}
- <li><strong><a href="{{download_url}}">{{name}}</a></strong> &ndash;
+ <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> &ndash;
{{description}}</li>
{{/samples_list}}
{{/samples_list}}

Powered by Google App Engine
This is Rietveld 408576698