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

diff --git src/hg/htdocs/goldenPath/help/bigBed.html src/hg/htdocs/goldenPath/help/bigBed.html
index e3e0073..65b37b0 100755
--- src/hg/htdocs/goldenPath/help/bigBed.html
+++ src/hg/htdocs/goldenPath/help/bigBed.html
@@ -234,31 +234,31 @@
   When you click on features, the contents of all extra fields are shown as a table. You can modify 
   the layout of the resulting page with the trackDb settings 
   &quot;<a href="trackDb/trackDbHub.html#skipFields">skipFields</a>&quot;, 
   &quot;<a href="trackDb/trackDbHub.html#sepFields">sepFields</a>&quot; 
   and &quot;<a href="trackDb/trackDbHub.html#skipEmptyFields">skipEmptyFields</a>&quot;, and 
   transform text fields into links with the 
   &quot;<a href="trackDb/trackDbHub.html#urls">urls</a>&quot; trackDb setting.</li>
   <li>
   Extra fields that start with the character &quot;_&quot; are reserved for internal use (special 
   display code); their contents are not shown on the details page.</li>
 </ol>
 
 <h2>Sharing Your Data with Others</h2>
 <p>
 If you would like to share your bigBed data track with a colleague, learn how to create a URL by 
-looking at Example #6 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 bigBed Format</h2>
 <p>
 Because the bigBed 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 bigBed formats, available from 
 the <a href="http://hgdownload.soe.ucsc.edu/admin/exe/">binary utilities directory</a>:</p>
 <ul>
   <li>
   <code>bigBedToBed</code> &mdash; converts a bigBed file to ASCII BED format.</li>
   <li>
   <code>bigBedSummary</code> &mdash; extracts summary information from a bigBed file.</li>
   <li>
   <code>bigBedInfo</code> &mdash; prints out information about a bigBed file.</li>
 </ul>
 <p>