d75c6f151b94b5431684147d3c2ec365cc4568ae
chmalee
  Tue Jan 16 14:47:02 2024 -0800
Fixing root path for include files in a random static doc, refs Jairo email

diff --git src/hg/htdocs/goldenPath/hgTracks.html src/hg/htdocs/goldenPath/hgTracks.html
index be80d22..6e50188 100755
--- src/hg/htdocs/goldenPath/hgTracks.html
+++ src/hg/htdocs/goldenPath/hgTracks.html
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="UCSC Genome Browser" -->
-<!--#set var="ROOT" value="../.." -->
+<!--#set var="ROOT" value=".." -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <h1>UCSC Genome Browser Gateway: REDIRECT PAGE</h1>
 	
 <script>location.replace("../cgi-bin/hgGateway?org=human");</script>
 <noscript>
   No javascript support -- cannot automatically redirect.<br>
   <strong> This page has moved to: 
   <a href="../cgi-bin/hgGateway?org=human">http://genome.ucsc.edu/cgi-bin/hgGateway?org=human</a>.  
   </strong><br> Please click on the above link to reach the Human Genome Browser Gateway.</p>
 </noscript>
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->