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

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

Issue 10797039: Extensions Docs Server: devtools API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: console and audits are back Created 8 years, 5 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/articles/api_index.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/api_index.html b/chrome/common/extensions/docs/server2/templates/articles/api_index.html
index 8bd405be243bef3e7345f00f5bb99abe8514c1a1..748a264ae16725ba2cfe39428c2732e881aafc42 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/api_index.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/api_index.html
@@ -19,7 +19,7 @@ Here are the supported chrome.* APIs:
<ul>
{{#api_list.chrome}}
- <li><a href="{{@}}.html">{{@}}</a></li>
+ <li><a href="{{name}}.html">{{name}}</a></li>
{{/}}
</ul>

Powered by Google App Engine
This is Rietveld 408576698