summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/getstarted.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-22 23:35:23 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-22 23:35:23 +0000
commit220089c14ea56be509e2d9292076decc497bc71f (patch)
tree7edb509374d7483a6a7599a4ea4965e0c35b4c66 /chrome/common/extensions/docs/getstarted.html
parentd72b4870298a6f5e10179d757c061cea0f3d23a1 (diff)
downloadchromium_src-220089c14ea56be509e2d9292076decc497bc71f.zip
chromium_src-220089c14ea56be509e2d9292076decc497bc71f.tar.gz
chromium_src-220089c14ea56be509e2d9292076decc497bc71f.tar.bz2
Implement suggestions from Broc Seib:
* Update the group URL in all pages * Move xhr.send() down in the xhr.html samples * Add a note to xhr.html about content scripts * Link to Arne's new example of cross-origin xhr for a content script Also update the chrome.* APIs page to point to the dev version of the experimental page. Only the following files have changes besides the group URL change: api_index.html xhr.html messaging.html (added links to examples) content_scripts.html (added link to new example) I'll merge this change into all branches. TBR=erikkay TEST=none BUG=none Review URL: http://codereview.chromium.org/650107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/getstarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index dde8b71..786dead 100644
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.html
@@ -116,7 +116,7 @@
<a href="samples.html" title="Sample extensions (with source code)">Samples</a>
</li>
<li id="group_link">
- <a href="http://groups.google.com/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a>
+ <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a>
</li>
</ul>
</div> <!-- end gc-topnav -->
@@ -424,8 +424,8 @@ Here are some suggestions for what to do next:
<a href="tut_debugging.html">debugging tutorial</a>
</li>
<li>
- Keep up to date with the latest news by subscribing to
- <a href="http://groups.google.com/group/chromium-extensions/subscribe">chromium-extensions</a>
+ Keep up to date with the latest news:
+ <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/subscribe">subscribe to chromium-extensions</a>
</li>
<li>
Look at some