diff --git a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java index ecb9c719d..f535fe0d1 100755 --- a/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java +++ b/java/src/org/broadinstitute/sting/gatk/CommandLineGATK.java @@ -108,7 +108,7 @@ public class CommandLineGATK extends CommandLineExecutable { header.add(String.format("The Genome Analysis Toolkit (GATK) v%s, Compiled %s",versionNumber,timestamp)); header.add("Copyright (c) 2009 The Broad Institute"); header.add("Please view our documentation at http://www.broadinstitute.org/gsa/wiki"); - header.add("For support, email gsahelp@broadinstitute.org"); + header.add("For support, please view our support site at http://getsatisfaction.com/gsa"); return header; } diff --git a/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java b/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java index d3b885253..fb568a5a9 100644 --- a/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java +++ b/java/src/org/broadinstitute/sting/utils/cmdLine/CommandLineProgram.java @@ -320,9 +320,8 @@ public abstract class CommandLineProgram { System.out.printf("The following error has occurred:%n%n"); System.out.printf("%s:%n%n", msg); System.out.printf("Please check your command line arguments for any typos or inconsistencies.%n"); - System.out.printf("Help for dealing with common GATK error messages can be found at http://www.broadinstitute.org/gsa/wiki/index.php/GATK_Error_Messages%n"); - System.out.printf(" Or see our general docs documentation at http://www.broadinstitute.org/gsa/wiki%n"); - System.out.printf("Please email us at gsahelp@broad.mit.edu to report bugs or with help resolving undocumented issues%n"); + System.out.printf("Please review our general documentation at http://www.broadinstitute.org/gsa/wiki or contact us via our%n"); + System.out.printf("support site at http://getsatisfaction.com/gsa to report bugs or get help resolving undocumented issues%n"); } /**