6efc703aec6bbfaeb2c1550f1cb45b3771629f86
lrnassar
  Mon Oct 24 17:05:08 2022 -0700
Updating documentation from 'My Hubs' to the new name 'Connected Hubs' refs #29870

diff --git src/hg/htdocs/goldenPath/help/hubQuickStart.html src/hg/htdocs/goldenPath/help/hubQuickStart.html
index 40d89ca..4512ca2 100755
--- src/hg/htdocs/goldenPath/help/hubQuickStart.html
+++ src/hg/htdocs/goldenPath/help/hubQuickStart.html
@@ -18,31 +18,31 @@
 Alternatively, <em>if you do not have wget installed</em>, use curl:<br>
 <pre><code>curl -O http://genome.ucsc.edu/goldenPath/help/examples/hubDirectory/hub.txt
 curl -O http://genome.ucsc.edu/goldenPath/help/examples/hubDirectory/genomes.txt
 mkdir hg19
 cd hg19
 curl -O http://genome.ucsc.edu/goldenPath/help/examples/hubDirectory/hg19/trackDb.txt</code></pre>
 <p>
 If you do not have curl, you can alternatively use a text editor and directly recreate the above 
 three files.</p>
 <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>
 <strong>STEP 2:</strong> Paste your hub.txt link (<code>http://yourURL/hub.txt</code>) into the
-<a href="../../cgi-bin/hgHubConnect" target="_blank">My Hubs</a> tab of the Track Data Hubs page, 
+<a href="../../cgi-bin/hgHubConnect" target="_blank">Connected Hubs</a> tab of the Track Data Hubs page, 
 then click the &quot;Use Selected Hubs&quot; button. It should work the same as pasting the original
 hub.txt file:</p>
 <pre><code>http://genome.ucsc.edu/goldenPath/help/examples/hubDirectory/hub.txt</code></pre>
 <p>
 <strong>STEP 3:</strong> Congratulations! Your hub should display! If you are not already browsing 
 the hg19 assembly on chr21, change assemblies and navigate to the gene
 <a href="../../cgi-bin/hgTracks?db=hg19&singleSearch=knownCanonical&position=SOD1"
 target="_blank">SOD1</a> to see data displayed for each of the hub's BAM, bigWig, bigBed, and VCF 
 tracks.</p>
 <p>
 If you are having problems, be sure all your files and the hg19 directory are publicly-accessible. 
 For hubs to work, your server must also accept byte-ranges. You can check using the following 
 command to verify &quot;Accept-Ranges: bytes&quot; displays:</p>
 <pre><code>curl -I http://yourURL/hub.txt</code></pre>