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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/experimental.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/experimental.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/experimental.html b/chrome/common/extensions/docs/server2/templates/articles/experimental.html
index bc4cf34d5727fa264a51fea3e40670b655e1a2a7..7dd3aab2b02b4d81e64229636194fc299e4dd703 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/experimental.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/experimental.html
@@ -30,7 +30,7 @@ on the following experimental APIs:
<ul>
{{#api_list.experimental}}
- <li><a href="{{@}}.html">{{@}}</a></li>
+ <li><a href="{{name}}.html">{{name}}</a></li>
{{/}}
</ul>

Powered by Google App Engine
This is Rietveld 408576698