diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 19:07:49 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 19:07:49 +0000 |
commit | 0cae1e7affb7fddafa062b452e555039e38a051e (patch) | |
tree | d7661b2b1facb45e189a82faa92db9a434c17be7 | |
parent | 1239d2873c81b96ba283981b7fc35bcf566ca7d1 (diff) | |
download | chromium_src-0cae1e7affb7fddafa062b452e555039e38a051e.zip chromium_src-0cae1e7affb7fddafa062b452e555039e38a051e.tar.gz chromium_src-0cae1e7affb7fddafa062b452e555039e38a051e.tar.bz2 |
Add links from FAQ to gallery help and to group.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/501062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34854 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/faq.html | 8 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/faq.html | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html index dd3df5a..7f037d1 100644 --- a/chrome/common/extensions/docs/faq.html +++ b/chrome/common/extensions/docs/faq.html @@ -249,6 +249,14 @@ <!-- <div id="pageData-showTOC" class="pageData">true</div> --> + +<p> +If you don't find an answer to your question here, +try the +<a href="http://groups.google.com/group/chromium-extensions">group</a> or the +<a href="http://www.google.com/support/chrome/bin/answer.py?answer=113909">gallery help</a>. +</p> + <div id="faq-TOC"> <h4>General</h4> <ul> diff --git a/chrome/common/extensions/docs/static/faq.html b/chrome/common/extensions/docs/static/faq.html index 6df9a73..efc8762 100644 --- a/chrome/common/extensions/docs/static/faq.html +++ b/chrome/common/extensions/docs/static/faq.html @@ -2,6 +2,14 @@ <!-- <div id="pageData-showTOC" class="pageData">true</div> --> + +<p> +If you don't find an answer to your question here, +try the +<a href="http://groups.google.com/group/chromium-extensions">group</a> or the +<a href="http://www.google.com/support/chrome/bin/answer.py?answer=113909">gallery help</a>. +</p> + <div id="faq-TOC"> <h4>General</h4> <ul> |