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

diff --git src/hg/htdocs/goldenPath/help/interact.html src/hg/htdocs/goldenPath/help/interact.html
index 66e568a..2244830 100755
--- src/hg/htdocs/goldenPath/help/interact.html
+++ src/hg/htdocs/goldenPath/help/interact.html
@@ -236,31 +236,31 @@
 track exampleInteractTrack
 type bigInteract
 visibility full
 shortLabel exInteract
 longLabel Example interact track
 spectrum on
 scoreMin 175
 maxHeightPixels 300:150:20
 bigDataUrl interactExample4.inter.bb
    </code></pre>
 </ol>
 
 <h2>Sharing your data with others</h2>
 <p>
 If you would like to share your interact/bigInteract 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>
+create a URL by looking at Example 6 on <a href="customTrack.html#EXAMPLE6">this page</a>.</p>
 
 <h2>Extracting data from the bigInteract format</h2>
 <p>
 Because bigInteract 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>