3d72b973573f2db8c77f1a22f4e6852e2091c5d9
galt
  Fri Oct 13 22:20:12 2017 -0700
Updating links to the CDC HuGE database resources. fixes #20317

diff --git src/hg/hgGene/gad.c src/hg/hgGene/gad.c
index 93550d9..777ca11 100644
--- src/hg/hgGene/gad.c
+++ src/hg/hgGene/gad.c
@@ -62,34 +62,33 @@
     if (cgiOptionalString("showAllRef") != NULL)
     	{
         if (sameWord(cgiOptionalString("showAllRef"), "Y") ||
 	    sameWord(cgiOptionalString("showAllRef"), "y") )
 	    {
 	    showCompleteGadList = TRUE;
 	    }
 	}
     currentCgiUrl = cgiUrlString();
    
     printf("<B>Genetic Association Database (archive): ");
     printf("<A HREF=\"%s\" target=_blank>", url);
     printf("%s</B></A>\n", itemName);
 
     printf("<BR><B>CDC HuGE Published Literature:  ");
-    printf("<A HREF=\"%s%s%s\" target=_blank>", 
-           "http://hugenavigator.net/HuGENavigator/searchSummary.do?firstQuery=",
-           itemName, 
-	   "&publitSearchType=now&whichContinue=firststart&check=n&dbType=publit&Mysubmit=go");
+    printf("<A HREF=\"https://phgkb.cdc.gov/PHGKB/searchSummary.action"
+        "?Mysubmit=Search&firstQuery=%s&__checkbox_gwas=true\" target=_blank>",
+        itemName);
     printf("%s</B></A>\n", itemName);
 
     /* List diseases associated with the gene */
     sqlSafef(query, sizeof(query),
     "select distinct broadPhen from gadAll where geneSymbol='%s' and association = 'Y' order by broadPhen",
     itemName);
     sr = sqlMustGetResult(conn, query);
     row = sqlNextRow(sr);
     
     if (row != NULL) 
     	{
 	upperDisease = replaceChars(row[0], "'", "''");
 	touppers(upperDisease);
 	printf("<BR><B>Positive Disease Associations:  </B>");
 	printf("<A HREF=\"http://geneticassociationdb.nih.gov\" target=_blank>");