5eb14d79dd554ea48734238af7563891a1bb8528
chinhli
  Thu Sep 1 13:32:28 2011 -0700
To Do #5164 change GREAT link in Table Browser
diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index ccc54d8..6e441f7 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -457,31 +457,31 @@
     if (sameString(ot->name, outBed) || sameString(ot->name, outWigBed))
         hPrintf(" id=\"outBed\"");
     hPrintf(">%s\n", ot->label);
     }
 hPrintf("</SELECT>\n");
 hPrintf(" ");
 hPrintf(" Send output to ");
 cgiMakeCheckBoxIdAndJS("sendToGalaxy", doGalaxy(),
     "checkboxGalaxy",
     "onclick=\"document.getElementById('checkboxGreat').checked=false; return true;\"");
 hPrintf("<A HREF=\"http://g2.bx.psu.edu\" target=_BLANK>Galaxy</A>\n");
 nbSpaces(2);
 cgiMakeCheckBoxIdAndJS("sendToGreat", doGreat(),
     "checkboxGreat",
     "onclick=\"return onSelectGreat();\"");
-hPrintf(" <A HREF=\"http://great.stanford.edu/help/index.php/Main_Page\" target=_BLANK>GREAT</A>");
+hPrintf(" <A HREF=\"http://great.stanford.edu\" target=_BLANK>GREAT</A>");
 hPrintf("</TD></TR>\n");
 }
 
 struct outputType otAllFields = { NULL,
 	outPrimaryTable,
 	"all fields from selected table", };
 struct outputType otSelected = { NULL,
     outSelectedFields,
     "selected fields from primary and related tables",  };
 struct outputType otSequence = { NULL,
     outSequence,
     "sequence", };
 struct outputType otPal = { NULL,
     outPalOptions,
     "CDS FASTA alignment from multiple alignment", };