a7e37b9dfa1c8e2c3e135d08a8ee873a2e855d47
mspeir
  Mon Nov 3 16:47:06 2025 -0800
removing references to hgdownload-euro, refs #35031

diff --git src/hg/htdocs/goldenPath/help/cloud.html src/hg/htdocs/goldenPath/help/cloud.html
index 33b081f0f80..0b0ff171157 100755
--- src/hg/htdocs/goldenPath/help/cloud.html
+++ src/hg/htdocs/goldenPath/help/cloud.html
@@ -255,35 +255,30 @@
 <ul>
 <li>For instance, here is an example of accessing a README file
 in the <code>goldenPath/</code>Downloads directory:<br>
 <code>rsync -a -P rsync://hgdownload.gi.ucsc.edu/goldenPath/hg38/bigZips/README.txt ./</code></li>
 <li>And here is an example link that would access the <code>gbdb/</code> binary data directory
 for the human hg38 assembly 2bit file:<br>
 <code>rsync -a -P rsync://hgdownload.gi.ucsc.edu/gbdb/hg38/hg38.2bit ./</code></li>
 <li>And here is an example link that would access our
 publications html page from the bucket's <code>htdocs/</code> hypertext document directory:</br>
 <code>rsync -a -P rsync://hgdownload.gi.ucsc.edu/htdocs/goldenPath/pubs.html ./</code></li>
 </ul></p>
 <p>
 Many of these rsync directories exist to support the Genome Browser in a Cloud (<a target="_blank"
 href="gbic.html">GBiC</a>) and the Genome Browser in a Box (<a target="_blank"
 href="gbib.html">GBiB</a>) software products discussed below.
-Also note that there is a mirror of the download server available in Europe so the above rysnc
-commands can also be pointed to the <code>hgdownload-euro</code> locations.
-<ul><li>For instance here is a command to access data from the Europe location:<br>
-<code>rsync -a -P rsync://hgdownload-euro.soe.ucsc.edu/gbdb/hg38/hg38.2bit ./</code></li>
-</ul>
 
 <!-- ========== What is the MySQL server and how does one use it? ============================== -->
 <a id="MySQL"></a>
 <h2>What is the MySQL server and how does one use it?</h2>
 <p>
 The UCSC Genome Browser uses <a href="https://en.wikipedia.org/wiki/MariaDB"
 target="_blank">MariaDB</a> (fork of MySQL) as the backend database server and maintains
 a public server at <b>genome-mysql.gi.ucsc.edu</b> to allow direct queries.</p>
 <h3>Examples</h3>
 <p>
 <ul>
 <li>For instance, here is an example of accessing the hg38 human assembly database and
 selecting from the table <code>trackDb</code> all the entries in the group (grp) &quot;genes&quot and
 ordering those entries by tableName:<br>
 <code>