233bc1d31d1db799ea621f75bd2a95ba78ab690e
dschmelt
  Mon Apr 8 14:28:23 2019 -0700
Fixing example numbering and anchors #23271

diff --git src/hg/htdocs/goldenPath/help/bigWig.html src/hg/htdocs/goldenPath/help/bigWig.html
index 14b3a58..08d1b9c 100755
--- src/hg/htdocs/goldenPath/help/bigWig.html
+++ src/hg/htdocs/goldenPath/help/bigWig.html
@@ -197,31 +197,31 @@
   <li> 
   Move the newly created bigWig file (<code>myBigWig.bw</code>) to a web-accessible http, https, or 
   ftp location.</li>
   <li> 
   Paste the URL into the custom track entry form or construct a 
   <a href="hgTracksHelp.html#CustomTracks">custom track</a> using a single 
   <a href="hgTracksHelp.html#TRACK">track line</a>.</li>
   <li> 
   Paste the custom track line into the text box on the <a href="../../cgi-bin/hgCustom">custom 
   track management page</a>.</li>
 </ol>
 
 <h2>Sharing your data with others</h2>
 <p>
 If you would like to share your bigWig data track with a colleague, learn how to create a URL by 
-looking at Example 11 on <a href="customTrack.html#EXAMPLE11">this page</a>.</p>
+looking at Example #6 on <a href="customTrack.html#EXAMPLE6">this page</a>.</p>
 
 <h2>Extracting data from the bigWig format</h2>
 <p>
 Because bigWig files are indexed binary files, it can be difficult to extract data from them. 
 UCSC has developed the following programs to assist in working with these files, available from 
 the <a href="http://hgdownload.soe.ucsc.edu/admin/exe/">binary utilities directory</a>.
 <ul>
   <li>
   <code>bigWigToBedGraph</code> &mdash; converts a bigWig file to ASCII 
   <a href="http://genome.ucsc.edu/FAQ/FAQformat.html#format1.8">bedGraph</a> format.</li>
   <li>
   <code>bigWigToWig</code> &mdash; converts a bigWig file to 
   <a href="http://genome.ucsc.edu/FAQ/FAQformat.html#format6">wig</a> format. Note: 
   if a bigWig file was created from a bedGraph, bigWigToWig will revert the file back
   to bedGraph.</li>