Index: chrome/common/extensions/docs/templates/articles/devguide.html |
diff --git a/chrome/common/extensions/docs/templates/articles/devguide.html b/chrome/common/extensions/docs/templates/articles/devguide.html |
index b7d0689a34370f18b4f22affe918e4c2047eff74..3ee5c3e23fe5937689082af5f3f7a02aade572b9 100644 |
--- a/chrome/common/extensions/docs/templates/articles/devguide.html |
+++ b/chrome/common/extensions/docs/templates/articles/devguide.html |
@@ -2,8 +2,8 @@ |
<p> |
These pages assume you've completed |
-the <a href="getstarted.html">Getting Started</a> tutorial |
-and <a href="overview.html">Overview</a>. |
+the <a href="getstarted">Getting Started</a> tutorial |
+and <a href="overview">Overview</a>. |
</p> |
<table class="simple"> |
@@ -14,32 +14,32 @@ and <a href="overview.html">Overview</a>. |
<td colspan="2"> </td> |
</tr> |
<tr> |
- <td> <a href="browserAction.html">Browser Actions</a> </td> |
+ <td> <a href="browserAction">Browser Actions</a> </td> |
<td> Add icons to the toolbar <em>(extensions only)</em> </td> |
</tr> |
<tr> |
- <td> <a href="desktop_notifications.html">Desktop Notifications</a> </td> |
+ <td> <a href="desktop_notifications">Desktop Notifications</a> </td> |
<td> Notify users of important events </td> |
</tr> |
<tr> |
- <td> <a href="omnibox.html">Omnibox</a> </td> |
+ <td> <a href="omnibox">Omnibox</a> </td> |
<td> Add a keyword to the address bar </td> |
</tr> |
<tr> |
- <td> <a href="options.html">Options Pages</a> </td> |
+ <td> <a href="options">Options Pages</a> </td> |
<td> Let users customize your extension </td> |
</tr> |
<tr> |
- <td> <a href="override.html">Override Pages</a> </td> |
+ <td> <a href="override">Override Pages</a> </td> |
<td> Implement your own version of standard browser pages |
such as the New Tab page</td> |
</tr> |
<tr> |
- <td> <a href="pageAction.html">Page Actions</a> </td> |
+ <td> <a href="pageAction">Page Actions</a> </td> |
<td> Add temporary icons inside the address bar <em>(extensions only)</em> </td> |
</tr> |
<tr> |
- <td> <a href="themes.html">Themes</a> </td> |
+ <td> <a href="themes">Themes</a> </td> |
<td> Change the overall appearance of the browser </td> |
</tr> |
@@ -50,31 +50,31 @@ and <a href="overview.html">Overview</a>. |
<td colspan="2"> </td> |
</tr> |
<tr> |
- <td> <a href="bookmarks.html">Bookmarks</a> </td> |
+ <td> <a href="bookmarks">Bookmarks</a> </td> |
<td> Create, organize, and otherwise manipulate the user's bookmarks </td> |
</tr> |
<tr> |
- <td> <a href="cookies.html">Cookies</a> </td> |
+ <td> <a href="cookies">Cookies</a> </td> |
<td> Explore and modify the browser's cookie system </td> |
</tr> |
<tr> |
- <td> <a href="devtools.html">Developer Tools</a> </td> |
+ <td> <a href="devtools">Developer Tools</a> </td> |
<td> Add features to Chrome Developer Tools </td> |
</tr> |
<tr> |
- <td> <a href="events.html">Events</a> </td> |
+ <td> <a href="events">Events</a> </td> |
<td> Detect when something interesting happens </td> |
</tr> |
<tr> |
- <td> <a href="history.html">History</a> </td> |
+ <td> <a href="history">History</a> </td> |
<td> Interact with the browser's record of visited pages </td> |
</tr> |
<tr> |
- <td> <a href="tabs.html">Tabs</a> </td> |
+ <td> <a href="tabs">Tabs</a> </td> |
<td> Create, modify, and rearrange tabs in the browser </td> |
</tr> |
<tr> |
- <td> <a href="windows.html">Windows</a> </td> |
+ <td> <a href="windows">Windows</a> </td> |
<td> Create, modify, and rearrange windows in the browser </td> |
</tr> |
@@ -85,36 +85,36 @@ and <a href="overview.html">Overview</a>. |
<td colspan="2"> </td> |
</tr> |
<tr> |
- <td> <a href="a11y.html">Accessibility (a11y)</a> </td> |
+ <td> <a href="a11y">Accessibility (a11y)</a> </td> |
<td> Make your extension accessible to people with disabilities </td> |
</tr> |
<tr> |
- <td> <a href="event_pages.html">Event Pages</a> </td> |
+ <td> <a href="event_pages">Event Pages</a> </td> |
<td> Put all the common code for your extension in a single place </td> |
</tr> |
<tr> |
- <td> <a href="content_scripts.html">Content Scripts</a> </td> |
+ <td> <a href="content_scripts">Content Scripts</a> </td> |
<td> Run JavaScript code in the context of web pages </td> |
</tr> |
<tr> |
- <td> <a href="xhr.html">Cross-Origin XHR</a> </td> |
+ <td> <a href="xhr">Cross-Origin XHR</a> </td> |
<td> Use XMLHttpRequest to send and receive data from remote servers </td> |
</tr> |
<tr> |
- <td> <a href="i18n.html">Internationalization</a> </td> |
+ <td> <a href="i18n">Internationalization</a> </td> |
<td> Deal with language and locale </td> |
</tr> |
<tr> |
- <td> <a href="messaging.html">Message Passing</a> </td> |
+ <td> <a href="messaging">Message Passing</a> </td> |
<td> Communicate from a content script to its parent extension, |
or vice versa</td> |
</tr> |
<tr> |
- <td> <a href="permissions.html">Optional Permissions</a> </td> |
+ <td> <a href="permissions">Optional Permissions</a> </td> |
<td> Modify your extension's permissions </td> |
</tr> |
<tr> |
- <td> <a href="npapi.html">NPAPI Plugins</a> </td> |
+ <td> <a href="npapi">NPAPI Plugins</a> </td> |
<td> Load native binary code </td> |
</tr> |
@@ -125,19 +125,19 @@ and <a href="overview.html">Overview</a>. |
<td colspan="2"> </td> |
</tr> |
<tr> |
- <td> <a href="autoupdate.html">Autoupdating</a> </td> |
+ <td> <a href="autoupdate">Autoupdating</a> </td> |
<td> Update extensions automatically </td> |
</tr> |
<tr> |
- <td> <a href="hosting.html">Hosting</a> </td> |
+ <td> <a href="hosting">Hosting</a> </td> |
<td> Host extensions on Google servers or your own </td> |
</tr> |
<tr> |
- <td> <a href="external_extensions.html">Other Deployment Options</a> </td> |
+ <td> <a href="external_extensions">Other Deployment Options</a> </td> |
<td> Distribute extensions on your network or with other software </td> |
</tr> |
<tr> |
- <td> <a href="packaging.html">Packaging</a> </td> |
+ <td> <a href="packaging">Packaging</a> </td> |
<td> Create a <code>.crx</code> file so you can distribute your extension </td> |
</tr> |
</table> |