e55d5d49dfead30ba3c279307ed460f25d729d0a
gperez2
  Fri May 24 14:48:39 2024 -0700
Fixing broken links, No redmine

diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index 0872035..451b013 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -12967,31 +12967,31 @@
     printf("%s</a><br>\n", nrl->protAcc);
     }
 
 if (differentWord(nrl->hgnc, ""))
     {  /* legacy support of mm10 override of hgnc column until this table
         * is updated on the RR */
     if (startsWith("MGI", nrl->hgnc))
         {
         printf("<b>MGI:</b> "
            "<a href=\"http://www.informatics.jax.org/marker/%s\" target=_blank>%s</a><br>\n",
            nrl->hgnc, nrl->hgnc);
         }
     else
         {
          printf("<b>HGNC:</b> ");
-         printf("<a href='http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:%s' target=_blank>", nrl->hgnc);
+         printf("<a href='http://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/%s' target=_blank>", nrl->hgnc);
 
          printf("%s</a><br>\n", nrl->hgnc);
         }
     }
 
 if (sqlColumnExists(conn, "ncbiRefSeqLink", "externalId"))
     {
     if (differentWord(nrl->externalId, ""))
 	{
 	char *urlsStr = trackDbSetting(tdb, "dbPrefixUrls");
 	struct hash* dbToUrl = hashFromString(urlsStr);
 	char *labelsStr = trackDbSetting(tdb, "dbPrefixLabels");
 	struct hash* dbToLabel = hashFromString(labelsStr);
 	if (dbToUrl)
 	    {