aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-09-07 23:20:42 +0000
committerGerald Combs <gerald@wireshark.org>2011-09-07 23:20:42 +0000
commitc600dbe7c134d203937dedcee0c2ec56dbccb356 (patch)
tree7ca9be4110887a48b0d455fa7b13d37f5ef24a05 /help
parente2f6d85655a5397208963741026b0b8f28d83e14 (diff)
Update the help question.
svn path=/trunk/; revision=38928
Diffstat (limited to 'help')
-rwxr-xr-xhelp/faq.py20
1 files changed, 9 insertions, 11 deletions
diff --git a/help/faq.py b/help/faq.py
index d496928be1..40786495fa 100755
--- a/help/faq.py
+++ b/help/faq.py
@@ -320,21 +320,19 @@ More information on the name change can be found here:
question("Where can I get help?")
answer("""
-Community support is available on the wireshark-users mailing list.
-Subscription information and archives for all of Wireshark's mailing
-lists can be found at %s. An IRC channel dedicated to Wireshark can
-be found at %s.
+Community support is available on the
+<a href="http://ask.wireshark.org/">Q&amp;A site</a> and on the
+wireshark-users mailing list. Subscription information and archives for
+all of Wireshark's mailing lists can be found at %s. An IRC channel
+dedicated to Wireshark can be found at %s.
<br />
-Self-paced and instructor-led training is available at
-<a href="http://www.wiresharku.com">Wireshark University</a>. A
-certification program will be announced in Q3 2007.
+Self-paced and instructor-led training is available at <a
+href="http://www.wiresharktraining.com">Wireshark University</a>.
+Wireshark University also offers certification via the Wireshark
+Certified Network Analyst program.
-<br />
-
-Commercial support and development services are available
-from <a href="http://www.cacetech.com/">CACE Technologies</a>.
""" % (selflink("https://www.wireshark.org/mailman/listinfo"),
selflink("irc://irc.freenode.net/wireshark")
))