Update the help question.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 7 Sep 2011 23:20:42 +0000 (23:20 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 7 Sep 2011 23:20:42 +0000 (23:20 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38928 f5534014-38df-0310-8fa8-9805f1628bb7

help/faq.py

index d496928be1e46d7aedeac48d3549a720e8205ea5..40786495fa52380a65387c2dfd301b2a6bc5ff1f 100755 (executable)
@@ -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")
        ))