| Index: chrome/common/extensions/docs/templates/articles/whats_new.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/whats_new.html b/chrome/common/extensions/docs/templates/articles/whats_new.html
|
| index 9bbcd223dcde54cd97a4f0df088db1b3cf16cf85..fd58ae4e5ce364e7949c730d21361007ad527d3c 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/whats_new.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/whats_new.html
|
| @@ -10,7 +10,7 @@ made in recent releases.
|
| <h4 id="{{c.version}}-new-apis">New APIs</h4>
|
| <ul>
|
| {{#api:c.apis}}
|
| - <li id="{{api.name}}"><a href="{{api.name}}.html">{{api.name}}</a>: {{{api.description}}}</li>
|
| + <li id="{{api.name}}"><a href="{{api.name}}">{{api.name}}</a>: {{{api.description}}}</li>
|
| {{/}}
|
| </ul>
|
| {{/}}
|
| @@ -30,4 +30,4 @@ made in recent releases.
|
| {{/}}
|
| </ul>
|
| {{/}}
|
| -{{/}}
|
| +{{/}}
|
|
|