87ee77e87dcff2ce2e3d1d5b04198446aa0f3be8 lrnassar Tue Feb 8 15:29:58 2022 -0800 Adding https links to mirror.html page. Refs #28892 diff --git src/hg/htdocs/mirror.html src/hg/htdocs/mirror.html index 440b456..2f10c40 100755 --- src/hg/htdocs/mirror.html +++ src/hg/htdocs/mirror.html @@ -1,45 +1,45 @@ <!DOCTYPE html> <!--#set var="TITLE" value="Genome Browser Mirror Sites" --> <!--#set var="ROOT" value="." --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <h1>UCSC Genome Browser Mirror Sites</h1> <h2>Sponsored mirrors</h2> <p> In addition to our servers located in California, UCSC supports and maintains these mirror sites:</p> <ul> <li> - Europe: <a href="http://genome-euro.ucsc.edu" target="_blank">http://genome-euro.ucsc.edu</a></li> + Europe: <a href="https://genome-euro.ucsc.edu" target="_blank">https://genome-euro.ucsc.edu</a></li> <li> - Asia: <a href="http://genome-asia.ucsc.edu" target="_blank">http://genome-asia.ucsc.edu</a></li> + Asia: <a href="https://genome-asia.ucsc.edu" target="_blank">https://genome-asia.ucsc.edu</a></li> </ul> <p> Users are automatically redirected to the appropriate mirror based on their geographic location. Before redirection, users are given the option to remain on the U.S.-based server. See <a href="goldenPath/help/genomeEuro.html" target="_blank">this page</a> for more information.</p> <h2>Mirroring the UCSC Genome Browser</h2> <p> If you are interested in mirroring the UCSC Genome Browser at your site, see our <a href="goldenPath/help/mirror.html">mirror procedures</a>. A <strong>license</strong> is required for commercial download and/or installation of the Genome Browser binaries and source code. No license is needed for academic, nonprofit, and personal use. To purchase a license, see our <a href="license/index.html">license instructions</a>, or visit the <a href="https://genome-store.ucsc.edu">Genome Browser store</a>.</p> <p> Mirror site questions may be directed to the mailing list <a href="mailto:genome-mirror@soe.ucsc.edu">genome-mirror@soe.ucsc.edu</A>. <!-- above address is genome-mirror at soe.ucsc.edu --> <strong><span class="gbsWarnText">Messages sent to this address will be posted to the moderated genome-mirror mailing list, which is archived on a searchable public</span> -<a href="http://groups.google.com/a/soe.ucsc.edu/group/genome-mirror" +<a href="https://groups.google.com/a/soe.ucsc.edu/group/genome-mirror" target="_blank">Google Groups forum</a></strong>.</p> <p> -<a href="http://groups.google.com/a/soe.ucsc.edu/group/genome-mirror?hl=en" +<a href="https://groups.google.com/a/soe.ucsc.edu/group/genome-mirror?hl=en" target="_blank">Subscribe</A> to the genome-mirror mailing list.</p> <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->