| Index: chrome/common/extensions/docs/docs.html
|
| diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html
|
| index 57f3e80ac3764f93def09bcbd6b56807536a1cb2..648ab89ba23ec908d23781ea290be2911fae0f8f 100644
|
| --- a/chrome/common/extensions/docs/docs.html
|
| +++ b/chrome/common/extensions/docs/docs.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 -->
|
|
|
| @@ -369,6 +372,9 @@ Also check out these:
|
| <a href="samples.html">Samples</a>
|
| </li>
|
| <li>
|
| + <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">Stack Overflow [google-chrome-extension] tag</a>
|
| + </li>
|
| + <li>
|
| <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">Group: chromium-extensions</a>
|
| </li>
|
| <li>
|
|
|