bbabbd5d2566d47d923d51dbe350634783455999
mspeir
  Sun Oct 26 12:14:52 2025 -0700
change soe to gi, refs #35031

diff --git src/hg/htdocs/FAQ/FAQformat.html src/hg/htdocs/FAQ/FAQformat.html
index caa60a7d19e..3458da4e761 100755
--- src/hg/htdocs/FAQ/FAQformat.html
+++ src/hg/htdocs/FAQ/FAQformat.html
@@ -89,31 +89,31 @@
 BED information should not be mixed as explained above (BED3 should not be mixed with BED4), rather 
 additional column information must be filled for consistency, for example with  a "." in 
 some circumstances, if the field content is to be empty. BED fields in custom tracks can be 
 whitespace-delimited or tab-delimited. Only some variations of BED types, such as 
 <a href="../FAQ/FAQformat.html#format1.7">bedDetail</a>, require a tab character delimitation for 
 the detail columns.</p>
 <p>
 Please note that only in custom tracks can the first lines of the file consist of header lines, 
 which begin with the word &quot;browser&quot; or &quot;track&quot; to assist the browser in the 
 display and interpretation of the lines of BED data following the headers. Such annotation track 
 header lines are not permissible in downstream utilities such as bedToBigBed, which convert lines of
 BED text to indexed binary files. </p>
 <P>
 If your data set is BED-like, but it is very large (over 50MB) and you would like to keep it on your
 own server, you should use the <a href="../goldenPath/help/bigBed.html">bigBed</a> data format.
-Read a <a href="https://genome-blog.soe.ucsc.edu/blog/2021/08/03/how-make-a-bigbed-file-part-1/"
+Read a <a href="https://genome-blog.gi.ucsc.edu/blog/2021/08/03/how-make-a-bigbed-file-part-1/"
 target="_blank">blog post</a> for step-by-step instructions.</p>
 <p>
 The first three required BED fields are: </p>
 <ol>
   <li> 
   <strong>chrom</strong> - The name of the chromosome (e.g. chr3, chrY, chr2_random) or scaffold 
   (e.g.  scaffold10671). Many assemblies also support several different
   <a href="FAQcustom.html#custom12">chromosome aliases</a> (e.g. '1' or
   'NC_000001.11' in place of 'chr1').</li>
   <li>
   <strong>chromStart</strong> - The starting position of the feature in the chromosome or scaffold. 
   The first base in a chromosome is numbered 0.</li>
   <li>
   <strong>chromEnd</strong> - The ending position of the feature in the chromosome or scaffold. The 
   <em>chromEnd</em> base is not included in the display of the feature, however,
@@ -266,31 +266,31 @@
 position fields should uniquely describe items so that the correct ID and description will be 
 displayed on the details pages.</p>
 <p>
 <strong><em>Example:</em></strong><br>
 This example uses the first 4 columns of BED format, but up to 12 may be used. Click 
 <a class="insideLink" href="../cgi-bin/hgTracks?db=hg19&amp;hgt.customText=http://genome.ucsc.edu/goldenPath/help/examples/bedDetailExample.txt" 
 target="_blank">here</a> to view this track in the Genome Browser.</p>
 <pre><code>track name=HbVar type=bedDetail description="HbVar custom track" db=hg19 visibility=3 url="http://globin.bx.psu.edu/cgi-bin/hbvar/query_vars3?display_format=page&amp;mode=output&amp;id=$$"
 chr11&#09;5246919&#09;5246920&#09;Hb_North_York&#09;2619&#09;Hemoglobin variant
 chr11&#09;5255660&#09;5255661&#09;HBD c.1 G>A&#09;2659&#09;delta0 thalassemia
 chr11&#09;5247945&#09;5247946&#09;Hb Sheffield&#09;2672&#09;Hemoglobin variant
 chr11&#09;5255415&#09;5255416&#09;Hb A2-Lyon&#09;2676&#09;Hemoglobin variant
 chr11&#09;5248234&#09;5248235&#09;Hb Aix-les-Bains&#09;2677&#09;Hemoglobin variant </code></pre>
 <p>
 To see an example of turning a bedDetail custom track into the <code>bigBed</code>
-format, see this <a href="https://genome-blog.soe.ucsc.edu/blog/2021/08/03/how-make-a-bigbed-file-part-1/"
+format, see this <a href="https://genome-blog.gi.ucsc.edu/blog/2021/08/03/how-make-a-bigbed-file-part-1/"
 target="_blank">How to make a bigBed file</a> blog post.</p>
 
 <a name="format2"></a>
 <h2>PSL format</h2>
 <p>
 PSL lines represent alignments, and are typically taken from files generated by BLAT or psLayout. 
 See the <a href="../goldenPath/help/hgTracksHelp.html#BLATAlign" target="_blank">BLAT
 documentation</a> for more details. PSL data tracks can also be visualized in 
 <a href="../goldenPath/help/chain.html#rearrangement" target="_blank">rearrangement 
 display mode</a>. All of the following fields are required on each data line 
 within a PSL file:</p>
 <ol>
   <li>
   <strong>matches</strong> - Number of bases that match that aren't repeats</li>
   <li>