5724ad5d9290148a32893884949a9455d5a32012
gperez2
  Sun May 24 15:44:48 2026 -0700
Fixing typo in Publications link in hardcoded footer (pubs.htm to pubs.html). Related to the "Fixing 404 links for the 2026-03-15 Static Page Cronjob" commit but was not committed at the time. No RM.

diff --git src/hg/htdocs/inc/gbFooterHardcoded.html src/hg/htdocs/inc/gbFooterHardcoded.html
index 75c21514e72..a34b7500f82 100755
--- src/hg/htdocs/inc/gbFooterHardcoded.html
+++ src/hg/htdocs/inc/gbFooterHardcoded.html
@@ -1,61 +1,61 @@
 
 <!-- gbFooterHardcoded.html is for the hgdownload machine to provide links back to https:genome.ucsc.edu -->
 
 
 <div class="gbClearBoth"></div>
 <div id="footer" class="gbRow gbFooterContainer">
   <div class="gbFooterColumn">
     <a href="http://www.ucsc.edu">UCSC Home</a>
     <br>
     <a href="http://www.soe.ucsc.edu">BSOE Home</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a>
     <br>
     <a href="https://genome.ucsc.edu/license/">Licenses</a>
   </div>
 
   <div class="gbFooterColumn">
     <a href="https://genome.ucsc.edu/training/">Training</a>
     <br>
     <a href="https://genome.ucsc.edu/FAQ/index.html">FAQs & SEARCH</a>
     <br>
     <a href="https://genome.ucsc.edu/cite.html">Cite Us</a>
     <br>
-    <a href="https://genome.ucsc.edu/goldenPath/pubs.htm">Publications</a>
+    <a href="https://genome.ucsc.edu/goldenPath/pubs.html">Publications</a>
   </div>
 
   <div class="gbFooterColumn">
     <a href="https://genome-store.ucsc.edu/">Store</a>
     <br>
     <a href="https://genome.ucsc.edu/contacts.html">Contact</a>
     <br>
     <a href="https://genome.ucsc.edu/cgi-bin/hgUserSuggestion">Suggestions</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a>
   </div>
 
   <div class="gbFooterColumn">
     <div class="gbFooterIcons">
       <a href="http://www.facebook.com/ucscGenomeBrowser">
         <i class="fa fa-facebook-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="https://www.twitter.com/GenomeBrowser">
         <i class="fa fa-twitter-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="http://genome.ucsc.edu/blog/">
         <i class="fa fa-wordpress fa-2x"></i></a>
       <br>
       <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&amp;gid=1001&amp;pgid=780&amp;cid=1749&amp;dids=645">
         <div class="gbAllCapsButton gbDonateButton" id="donateButton">
           Donate
         </div>
       </a>
     </div>
   </div>
 
   <div class="gbFooterCopyright">
     &copy; 2000-2022 The Regents of the University of California. All Rights Reserved.
     <br>
     <a href="https://genome.ucsc.edu/conditions.html">Conditions of Use</a>
   </div>
 </div>