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

diff --git src/hg/htdocs/goldenPath/help/bigGenePred.html src/hg/htdocs/goldenPath/help/bigGenePred.html
index 2a76c29..d5f405b 100755
--- src/hg/htdocs/goldenPath/help/bigGenePred.html
+++ src/hg/htdocs/goldenPath/help/bigGenePred.html
@@ -236,31 +236,31 @@
   <li> 
   Put your binary indexed file in a web-accessible location. See the <a href=”https://genome.ucsc.edu/goldenpath/help/hgTrackHubHelp.html#Hosting”>hosting section</a> for more information.</li>
   <li>
   View your dataset in the Browser by entering your data URL in the bigDataUrl field of the URL.
   <pre><code>http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hgct_customText=track%20type=bigGenePred%20bigDataUrl=https://hgwdev.gi.ucsc.edu/~dschmelt/wgEncodeGencodeCompV28.bgp</code></pre>
 You can also add your data in the <a href="../../cgi-bin/hgCustom?db=hg38">custom track management
 page</a>. This allows you to set position, configuration options, and write a more complete 
 desciption. If you want to see codons, you will have to right click to configure codon view or
 set this option using the <code>baseColorDefault=genomicCodons</code> code as is done below.
 <pre><code>browser position chr10:67,884,600-67,884,900 
 track type=bigGenePred baseColorDefault=genomicCodons name="bigGenePred Example Four" description="BGP Made from genePred" visibility=pack bigDataUrl=https://hgwdev.gi.ucsc.edu/~dschmelt/wgEncodeGencodeCompV28.bgp</code></pre></li>
 </ol>
 <h2>Sharing your data with others</h2>
 <p>
 If you would like to share your bigGenePred data track with a colleague, learn how to create a URL
-link to your data by looking at <a href="customTrack.html#EXAMPLE11">Example #6</a>.</p>
+link to your data by looking at <a href="customTrack.html#EXAMPLE6">Example #6</a>.</p>
 
 <h2>Extracting data from bigBed format</h2>
 <p>
 Because the bigGenePred files are an extension of bigBed files, which 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>