785d965633df1750c9ab1d3361fb0107c7519729
markd
  Thu Aug 25 15:22:33 2022 -0700
updated links to bigRmskTrackDesc.html

diff --git src/hg/htdocs/goldenPath/help/bigRmsk.html src/hg/htdocs/goldenPath/help/bigRmsk.html
index 95cba41..e89362c 100755
--- src/hg/htdocs/goldenPath/help/bigRmsk.html
+++ src/hg/htdocs/goldenPath/help/bigRmsk.html
@@ -129,33 +129,33 @@
 <p>
   As with other bigBed-based tracks, bigRmsk tracks can be displayed as
   <a href="hgTracksHelp.html#CustomTracks">custom tracks</a>,
   included in <a href="hubQuickStart.html">track hubs</a>,
   or <a href="hubQuickStartAssembly.html">assembly hubs</a>.
 </p>
 
 <p>
   The following options are used for bigRmsk custom tracks or trackDb entries:
   <ul>
     <li> <code>type bigRmsk</code>
     <li> <code>bigDataUrl<em>&lt;url&gt;</em></code> - URL or relative path of bigRmsk file
     <li> <code>xrefDataUrl<em>&lt;url&gt;</em></code> - URL or relative path of optional bigRmskAlign file
   </ul>
 
-  A standard bigRmsk track description is available at <a href="/bigRmskTrackDesc.html">bigRmskTrackDesc.html</a>,
+  A standard bigRmsk track description is available at <a href="../trackDescriptions/bigRmskTrackDesc.html">bigRmskTrackDesc.html</a>,
   which can be directly to with as the URL:<br>
-  <em>http://genome.ucsc.edu/bigRmskTrackDesc.html</em>.
+  <em>http://genome.ucsc.edu/goldenPath/trackDescriptions/bigRmskTrackDesc.html</em>.
 
 <p>
   See the <a href="#examples">Examples</a> section below for detailed examples of bigRmsk custom tracks
   and track hub definitions.
 </p>
 
 <h2 id="examples">Examples</h2>
 
 <h3 id="example1">Example of a bigRmsk custom track</h3>
 <p>
 Construct a <a href="hgTracksHelp.html#CustomTracks">custom track</a> using a single 
 <a href="hgTracksHelp.html#TRACK">track line</a>. Note that any of the track attributes listed 
 <a href="customTrack.html#TRACK">here</a> are applicable to tracks of type bigBed.
 <p>
 To create a custom track using the example bigRmsk file: 
@@ -173,30 +173,30 @@
   </li>
   <li>
     Navigate to <code>chr1:8,890-35,190</code> to see the track.
   </li>
 </ol>
 <h3 id="example2">Example of a bigRmsk track hub </h3>
 <p>
   This example can also be loaded in a Track or Assembly Hub <em>trackDb.txt</em>
   with a stanza such as the following:</p>
 <pre>
     track bigRmskExample
     shortLabel Example bigRmsk
     longLabel This is an example bigRmsk Track Hub Stanza
     type bigRmsk
     visibility full
-    html http://genome.ucsc.edu/bigRmskTrackDesc.html
+    html http://genome.ucsc.edu/goldenPath/trackDescriptions/bigRmskTrackDesc.html
     bigDataUrl http://genome.ucsc.edu/goldenPath/help/examples/bigRmskExample.bb
     xrefDataUrl http://genome.ucsc.edu/goldenPath/help/examples/bigRmskExampleAlign.bb
 </pre>
 
 <h2 id="share">Additional information</h2>
 <p>
   See the <a href="bigBed.html">bigBed documentation</a> for guidance on
   sharing, trouble shooting and extracting data from bigRmsk files.
 </p>
 
 <h2 id="credits">Credits</h2>
 The bigRmsk system was developed by Robert Hubley of the Institute for Systems Biology.
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->