src/hg/hgc/hgc.c 1.1609
1.1609 2010/04/09 00:25:49 galt
fixing Stanford SOURCE links
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1608
retrieving revision 1.1609
diff -b -B -U 4 -r1.1608 -r1.1609
--- src/hg/hgc/hgc.c 26 Mar 2010 16:48:49 -0000 1.1608
+++ src/hg/hgc/hgc.c 9 Apr 2010 00:25:49 -0000 1.1609
@@ -4803,9 +4803,9 @@
{
if (startsWith("Human", organism) || startsWith("Mouse", organism) ||
startsWith("Rat", organism))
{
- char *stanSourceLink = "http://genome-www5.stanford.edu/cgi-bin/SMD/source/sourceResult?";
+ char *stanSourceLink = "http://smd.stanford.edu/cgi-bin/source/sourceResult?";
if(sameWord(type, "est"))
{
printf("<B>Stanford SOURCE:</B> %s <A HREF=\"%soption=Number&criteria=%s&choice=Gene\" TARGET=_blank>[Gene Info]</A> ",acc,stanSourceLink,acc);
printf("<A HREF=\"%soption=Number&criteria=%s&choice=cDNA\" TARGET=_blank>[Clone Info]</A><BR>\n",stanSourceLink,acc);