1a5e0c8a18a754369662bac65abca9b1f64fee64
jnavarr5
  Tue Dec 29 11:37:29 2020 -0800
Escaping a period that gets encoded differently on the HTML page, refs #23297

diff --git src/hg/htdocs/goldenPath/help/gbic.html src/hg/htdocs/goldenPath/help/gbic.html
index b5717e3..adcab99 100755
--- src/hg/htdocs/goldenPath/help/gbic.html
+++ src/hg/htdocs/goldenPath/help/gbic.html
@@ -140,31 +140,31 @@
 </ul></li>
 <li>Download HTML descriptions on the fly:
 
 <ul>
 <li>US server: TCP port 80 on hgdownload.soe.ucsc.edu (128.114.119.163)</li>
 <li>European server: TCP port 80 on hgdownload-euro.soe.ucsc.edu (129.70.40.99)</li>
 </ul></li>
 </ul>
 
 <h3 id="root-file-system-too-small-for-all-data">Root file system too small for all data</h3>
 
 <p>
 If you need to move data to another partition because the root file system is too small for all of
 the assembly&#39;s data, the following steps will help complete the installation. First, do a minimal
 installation with the browserSetup.sh script as described below, using just the &quot;install&quot;
-argument. Then make symlinks to the directory that will contain the data, e.g. if your biggest
+argument. Then make symlinks to the directory that will contain the data, e.g. if your biggest
 filesystem is called &quot;/big&quot;:
 </p>
 
 <pre><code>sudo mv /var/lib/mysql /big/
 sudo mv /gbdb /big/
 sudo ln -s /big/mysql /var/lib/mysql
 sudo ln -s /big/gbdb /gbdb</code></pre>
 
 <p>
 Then use the &quot;mirror&quot; or &quot;minimal&quot; arguments to browserSetup.sh to rsync over the majority of
 the data.
 </p>
 
 <a name='gbic-commands'></a>
 <h2>GBiC Commands</h2>