abf27625ea432f351c680c8ceb0e6dadd2a15b71
gperez2
  Thu May 2 16:21:52 2024 -0700
Fixing Malacards link for human hgGene, refs #33080

diff --git src/hg/hgGene/hgGeneData/Human/links.ra src/hg/hgGene/hgGeneData/Human/links.ra
index 89cc14c..c70287b 100644
--- src/hg/hgGene/hgGeneData/Human/links.ra
+++ src/hg/hgGene/hgGeneData/Human/links.ra
@@ -115,31 +115,31 @@
 idSql select value from knownToNextProt where name = '%s';
 url http://www.nextprot.org/db/entry/%s
 priority 10
 
 name lynx
 shortLabel Lynx
 tables knownToLynx
 idSql select value from knownToLynx where name = '%s';
 url http://lynx.cri.uchicago.edu/gene/?geneid=%s
 priority 10
 
 name malacards
 shortLabel Malacards
 tables knownToMalacards
 idSql select knownToMalacards.value from kgXref, knownToMalacards where kgID = '%s' and kgXref.geneSymbol = knownToMalacards.value
-url http://malacards.org/search/results/%s
+url http://malacards.org/search/results?q=%s
 priority 10
 
 name hgGeneGraph
 shortLabel Gene interactions
 tables hgFixed.ggSymbol kgXref
 idSql SELECT ggSymbol.geneSymbol FROM hgFixed.ggSymbol, kgXref where (kgXref.geneSymbol = ggSymbol.geneSymbol) and kgId='%s'
 url hgGeneGraph?gene=%s
 hgsid on
 priority 2
 
 name myGene2
 shortLabel myGene2
 tables knownToMyGene2
 idSql select value from knownToMyGene2 where name = '%s'
 url https://mygene2.org/MyGene2/variantsbygene?gene=%s