| Index: chrome/common/extensions/docs/templates/articles/app_deprecated.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_deprecated.html b/chrome/common/extensions/docs/templates/articles/app_deprecated.html
|
| index bf670f7c071bf391c338132767cd359f88e085f7..a79e4153987dfde65d39d1b03891fde860a122ac 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_deprecated.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_deprecated.html
|
| @@ -48,8 +48,8 @@ and potential work-arounds:
|
| <tr>
|
| <td>External resources</td>
|
| <td>Use the <code>webview</code> tag for iframes.
|
| - See <a href="app_external.html">Embed Content</a>
|
| - and <a href="webview_tag.html">Webview Tag API</a>.
|
| + See <a href="app_external">Embed Content</a>
|
| + and <a href="webview_tag">Webview Tag API</a>.
|
| Video and audio are allowed to have non-local URLs.</td>
|
| </tr>
|
| <tr>
|
| @@ -100,7 +100,7 @@ and potential work-arounds:
|
| <tr>
|
| <td>webSql</td>
|
| <td>Use IndexedDB or
|
| - <a href="app_storage.html">Filesystem API</a>.</td>
|
| + <a href="app_storage">Filesystem API</a>.</td>
|
| </tr>
|
| </table>
|
|
|
|
|