17cda45b082befcc4b38faa51661b519e5669752
lrnassar
  Tue Mar 17 10:53:48 2026 -0700
Feedback from CR, refs #37247

diff --git src/hg/htdocs/goldenPath/help/hic.html src/hg/htdocs/goldenPath/help/hic.html
index 58e45036e37..fc592dc1b4f 100755
--- src/hg/htdocs/goldenPath/help/hic.html
+++ src/hg/htdocs/goldenPath/help/hic.html
@@ -104,31 +104,31 @@
 Browser.</p>
 
 <h3>Example #2</h3>
 <p>
 In this example, you will load a hub that has hic data described in a hub's trackDb.txt file.
 First, navigate to the <a href="hubQuickStart.html" target="_blank">Basic Hub Quick Start Guide</a>
 and review an introduction to hubs.</p>
 <p>
 Visualizing hic files in hubs involves creating three text files: <em>hub.txt</em>, 
 <em>genomes.txt</em>, and <em>trackDb.txt</em>. The browser is passed a URL to the top-level 
 <em>hub.txt</em> file that points to the related <em>genomes.txt</em> and <em>trackDb.txt</em> 
 files. The <em>trackDb.txt</em> file contains stanzas for each track that outlines the details 
 and type of each track to display, such as these lines for a hic file located at the bigDataUrl 
 location:</p>
 <pre><code>track hic1
-bigDataUrl http://hgdownload.gi.ucsc.edu/gbdb/hg19/bbi/hic/GSE63525_GM12878_insitu_primary+replicate_combined.hic
+bigDataUrl https://hgdownload.gi.ucsc.edu/gbdb/hg19/bbi/hic/GSE63525_GM12878_insitu_primary+replicate_combined.hic
 shortLabel hic example
 longLabel This hic file shows in situ Hi-C data from Rao et al. (2014) on the GM12878 cell line
 type hic
 visibility dense</code></pre>
 <p>
 <b>Note:</b> there is now a <code>useOneFile on</code> hub setting that allows the hub
 properties to be specified in a single file. More information about this setting can be found on the
 <a href="./hgTracksHelp.html#UseOneFile" target="_blank">Genome Browser User Guide</a>.</p>
 <p>
 Here is a direct link to the <em><a href="examples/hubDirectory/hg19/trackDb.txt" 
 target="_blank">trackDb.txt</a></em> file to see more information about this example hub, and below 
 is a direct link to visualize the hub in the browser, where this example hic file displays in dense 
 mode alongside the other tracks in this hub. You can find more Track Hub hic display options on the 
 <a href="trackDb/trackDbHub.html#hic" target="_blank">Track Database (trackDb) Definition 
 Document</a> page.</p>