diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 16:56:31 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 16:56:31 +0000 |
commit | d70c44d56df6ee8f88592f8897f5cfd6c1c85ccd (patch) | |
tree | 9fd53bdec87e5efece052c728a7df981b20166de | |
parent | b751a2144e028ac6c069416a9d074dd06bbb37fa (diff) | |
download | chromium_src-d70c44d56df6ee8f88592f8897f5cfd6c1c85ccd.zip chromium_src-d70c44d56df6ee8f88592f8897f5cfd6c1c85ccd.tar.gz chromium_src-d70c44d56df6ee8f88592f8897f5cfd6c1c85ccd.tar.bz2 |
Misc. minor doc improvements (mostly new links).
I'd apply these to all doc channels.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7744001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98248 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/api_other.html | 10 | ||||
-rw-r--r-- | chrome/common/extensions/docs/docs.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/api_other.html | 10 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/docs.html | 4 |
4 files changed, 18 insertions, 10 deletions
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index 74d773a..c42c37d 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -352,14 +352,16 @@ E.g. window.open(someUrl). --></dd> (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </li> <li> application cache (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</a>) </li> - <li> canvas </li> + <li> canvas + (<a href="http://www.html5rocks.com/en/tutorials/#canvas">articles</a>) </li> <li> geolocation (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutorial</a>) </li> - <li> local storage </li> + <li> local storage + (<a href="http://www.html5rocks.com/en/tutorials/offline/storage/">tutorial</a>) </li> <li> notifications (<a href="http://www.html5rocks.com/tutorials/notifications/quick/">tutorial</a>) </li> - <li> session storage </li> - <li> video </li> + <li> video + (<a href="http://www.html5rocks.com/en/tutorials/video/basics/">tutorial</a>) </li> <li> web database (<a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">tutorial</a>) </li> </ul> diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html index e2d0928..b3aea98 100644 --- a/chrome/common/extensions/docs/docs.html +++ b/chrome/common/extensions/docs/docs.html @@ -437,7 +437,9 @@ The following table lists the doc locations and explains how they differ. </td> <td> The very latest documentation. - Look here if you're using a tip-of-tree version of + Look here if you're using + <a href="http://tools.google.com/dlpage/chromesxs">Canary</a> + or a tip-of-tree version of <a href="http://dev.chromium.org">Chromium</a> or if you're curious about features to come. This version might also have bug fixes and feature information diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html index 56f0fd6..a446fca 100644 --- a/chrome/common/extensions/docs/static/api_other.html +++ b/chrome/common/extensions/docs/static/api_other.html @@ -38,14 +38,16 @@ E.g. window.open(someUrl). --></dd> (<a href="http://www.html5rocks.com/tutorials/audio/quick/">tutorial</a>) </li> <li> application cache (<a href="http://www.html5rocks.com/tutorials/appcache/beginner/">tutorial</a>) </li> - <li> canvas </li> + <li> canvas + (<a href="http://www.html5rocks.com/en/tutorials/#canvas">articles</a>) </li> <li> geolocation (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutorial</a>) </li> - <li> local storage </li> + <li> local storage + (<a href="http://www.html5rocks.com/en/tutorials/offline/storage/">tutorial</a>) </li> <li> notifications (<a href="http://www.html5rocks.com/tutorials/notifications/quick/">tutorial</a>) </li> - <li> session storage </li> - <li> video </li> + <li> video + (<a href="http://www.html5rocks.com/en/tutorials/video/basics/">tutorial</a>) </li> <li> web database (<a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">tutorial</a>) </li> </ul> diff --git a/chrome/common/extensions/docs/static/docs.html b/chrome/common/extensions/docs/static/docs.html index df0b761..cd33bf5 100644 --- a/chrome/common/extensions/docs/static/docs.html +++ b/chrome/common/extensions/docs/static/docs.html @@ -123,7 +123,9 @@ The following table lists the doc locations and explains how they differ. </td> <td> The very latest documentation. - Look here if you're using a tip-of-tree version of + Look here if you're using + <a href="http://tools.google.com/dlpage/chromesxs">Canary</a> + or a tip-of-tree version of <a href="http://dev.chromium.org">Chromium</a> or if you're curious about features to come. This version might also have bug fixes and feature information |