| Index: chrome/common/extensions/docs/getstarted.html
|
| diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
|
| index 8b823aaaf8690a653fb385a0f5510b399d8cc69b..763bebfaa197c8aaad1ddea03fd17716d4d6faa9 100644
|
| --- a/chrome/common/extensions/docs/getstarted.html
|
| +++ b/chrome/common/extensions/docs/getstarted.html
|
| @@ -199,6 +199,9 @@
|
| <li id="group_link">
|
| <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a>
|
| </li>
|
| + <li id="so_link">
|
| + <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension" title="[google-chrome-extension] tag on Stack Overflow">Questions?</a>
|
| + </li>
|
| </ul>
|
| </div> <!-- end gc-topnav -->
|
|
|
| @@ -501,6 +504,10 @@ If you don't feel like reading, try these:
|
| <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/subscribe">subscribe to chromium-extensions</a>
|
| </li>
|
| <li>
|
| + Ask a question tagged [google-chrome-extension] on
|
| + <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">Stack Overflow</a>
|
| + </li>
|
| + <li>
|
| Look at some
|
| <a href="samples.html">sample extensions</a>
|
| </li>
|
|
|