c611e789c10f1fceb3d7b0b7935598eb0d7dddce
mspeir
  Tue Jul 15 15:54:45 2025 -0700
tweaking hrefs on indexNews to point to unique spots on newsarch page

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index f5c86692395..16481c8c348 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,54 +1,54 @@
 <!-- News item template:
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   __DATE__ -
   <a href="goldenPath/newsarch.html#__MMDDYY__">
   __HEADLINE__
   </a></div>
 
   1. Replace __DATE__ with something like 'Apr. 29, 2016'
   2. Replace __MMDDYY__ with something like '042916'
   3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature'
      Be sure to follow the CORRECT STYLE for the headline: 
         - capitalize first letter of headline - no other caps except for proper nouns and acronyms
         - check that headline char count doesn't exceed the line length (otherwise will truncate)
         - approx 50 characters
   4. Drop the bottom item from the list (limit of 6 items at a time)
 
                                                 | <- Cutoff point
 -->
   <div class="jwNewsItem jwSingleLineRightColumn">
   July 15, 2025 -
-  <a href="goldenPath/newsarch.html#071525">
-  ENCODE4 Long-read Transcripts for hg38/mm10
+  <a href="goldenPath/newsarch.html#071525b">
+  New pathogenicity predictor tracks MCAP and MutScore
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   July 15, 2025 -
-  <a href="goldenPath/newsarch.html#071525">
-  New pathogenicity predictor tracks MCAP and MutScore
+  <a href="goldenPath/newsarch.html#071525a">
+  ENCODE4 Long-read Transcripts for hg38/mm10
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   July 9, 2025 -
   <a href="goldenPath/newsarch.html#070925">
   Unusually Conserved Regions track for hg38
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   July 7, 2025 -
   <a href="goldenPath/newsarch.html#070725">
   UCSC Genome Browser turns 25
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 26, 2025 -
   <a href="goldenPath/newsarch.html#062625">
   New Genome Browser tutorials
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 24, 2025 -
   <a href="goldenPath/newsarch.html#062425">
   New GENCODE Versions tracks for hg19/hg38/mm39 (V48/VM37)
   </a></div>