summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/getstarted.html
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 17:51:50 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 17:51:50 +0000
commitf8df1275b77c338a3b3bd4661a84c24f735d8eb6 (patch)
treeea7644059b851235a14407f437c33186a8e0bf75 /chrome/common/extensions/docs/static/getstarted.html
parenta0e583154cfe9f5ea17517b9cec489c4a600fa8c (diff)
downloadchromium_src-f8df1275b77c338a3b3bd4661a84c24f735d8eb6.zip
chromium_src-f8df1275b77c338a3b3bd4661a84c24f735d8eb6.tar.gz
chromium_src-f8df1275b77c338a3b3bd4661a84c24f735d8eb6.tar.bz2
Update docs to recomment beta channel instead of dev where
appropriate. TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/static/getstarted.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
index 30d6431..83bc4c3 100644
--- a/chrome/common/extensions/docs/static/getstarted.html
+++ b/chrome/common/extensions/docs/static/getstarted.html
@@ -16,9 +16,14 @@ The icon and page will look something like this:
<h2 id="browser">Get your browser ready</h2>
<p>To develop extensions for Google Chrome,
-you need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe
-to the Dev Channel</a> of Google Chrome. Extensions aren't yet available in the beta or stable channels (but we're working hard on that!).
-</p>
+you need to get on an early access release channel of Google Chrome. The normal
+'stable' release of Google Chrome doesn't yet support extensions (but we're working
+hard on that!).
+
+<ul>
+ <li>For <b>Windows</b> and <b>Linux</b>, subscribe to the <a href='http://www.google.com/landing/chrome/beta/'>Beta Channel</a>.
+ <li>For <b>Mac</b>, subscribe to the <a href='http://www.chromium.org/getting-involved/dev-channel#TOC-Mac'>Dev Channel</a>.
+</ul>
<h2 id="load">Create and load an extension</h2>
<p>