| 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>
|
|
|
|
|