src/hg/encode/encodeLoad/doEncodeLoad.pl 1.58

1.58 2009/03/13 19:04:15 tdreszer
Change link to static terms doc to absolute path, avoiding problems with releasing index.html to RR
Index: src/hg/encode/encodeLoad/doEncodeLoad.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeLoad/doEncodeLoad.pl,v
retrieving revision 1.57
retrieving revision 1.58
diff -b -B -U 4 -r1.57 -r1.58
--- src/hg/encode/encodeLoad/doEncodeLoad.pl	7 Mar 2009 07:22:06 -0000	1.57
+++ src/hg/encode/encodeLoad/doEncodeLoad.pl	13 Mar 2009 19:04:15 -0000	1.58
@@ -518,9 +518,9 @@
     open(PREAMBLE, ">$preambleFile") || die "SYS ERROR: Can't write '$preambleFile' file; error: $!\n";
     print PREAMBLE <<END;
 <p>This directory contains data generated by the $daf->{grant}/$daf->{lab} lab as part of the ENCODE project.</p>
 
-<p><B>Data is <A HREF="/ENCODE/terms.html">RESTRICTED FROM USE</a>
+<p><B>Data is <A HREF="http://genome.ucsc.edu/ENCODE/terms.html">RESTRICTED FROM USE</a>
 in publication  until the restriction date noted for the given data file.</B></p>
 END
 }