Index: chrome/common/extensions/docs/templates/articles/offline_apps.html |
=================================================================== |
--- chrome/common/extensions/docs/templates/articles/offline_apps.html (revision 181647) |
+++ chrome/common/extensions/docs/templates/articles/offline_apps.html (working copy) |
@@ -186,14 +186,14 @@ |
<td> Structured data </td> |
<td> Enables fast searches on data. |
Use with the |
- <a href="manifest.html#permissions">unlimitedStorage permission</a>. </td> |
+ <a href="declare_permissions.html">unlimitedStorage permission</a>. </td> |
</tr> |
<tr> |
<td> Filesystem API </td> |
<td> Anything else </td> |
<td> Provides a sandboxed area where you can store files. |
Use with the |
- <a href="manifest.html#permissions">unlimitedStorage permission</a>. </td> |
+ <a href="declare_permissions.html">unlimitedStorage permission</a>. </td> |
</tr> |
</table> |