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

diff --git src/hg/htdocs/goldenPath/help/barChart.html src/hg/htdocs/goldenPath/help/barChart.html
index 17ff187..20566c0 100755
--- src/hg/htdocs/goldenPath/help/barChart.html
+++ src/hg/htdocs/goldenPath/help/barChart.html
@@ -337,31 +337,31 @@
 barChartSampleUrl http://genome.ucsc.edu/goldenPath/help/examples/barChart/exampleSampleData.txt
    </code></pre>
    Please note, the fields in your barChartBars line must match the terms
    in your categories file (exampleBarChartSamples.txt) in order for the boxplot display to show 
    up on the details page for tracks. Below is an example image indicating the benefit of using 
    these files in a hub, note the "View all data points for..." link that allows extracting data 
    from the matrix file (exampleBarChartMatrix.txt) specific for this named item.
    <div class="text-center">
       <img src="../../images/exampleBoxPlot.png" alt="Example boxPlot image" height="500" width="700">
    </div>
 </ol>
 
 <h2>Sharing your data with others</h2>
 <p>
 If you would like to share your barChart/bigBarChart 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 bigBarChart format</h2>
 <p>
 Because bigBarChart 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. Use the -as option to see the file field descriptions.</li>
 </ul>