62b1428915cc2c8b9acbf46a86c1248833257efe
mspeir
  Mon Nov 17 18:50:32 2025 -0800
changing rest of genome-source references to github, refs #34485

diff --git src/hg/makeDb/trackDb/human/dbSnp152.shared.html src/hg/makeDb/trackDb/human/dbSnp152.shared.html
index 936f19bb787..5219d9673a6 100644
--- src/hg/makeDb/trackDb/human/dbSnp152.shared.html
+++ src/hg/makeDb/trackDb/human/dbSnp152.shared.html
@@ -262,36 +262,36 @@
 that they enable, dbSNP has grown exponentially, requiring a new data schema, computational pipeline,
 web infrastructure, and download files.
 (Holmes <em>et al.</em>)
 The same challenges of exponential growth affected UCSC's presentation of dbSNP variants,
 so we have taken the opportunity to change our internal representation and import pipeline.
 Most notably, flanking sequences are no longer provided by dbSNP,
 since most submissions have been genomic variant calls in VCF format as opposed to
 independent sequences.
 </p>
 <p>
 We downloaded dbSNP's JSON files available from
 <a href="ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b152/JSON/"
 target=_blank>ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b152/JSON/</a>,
 extracted a subset of the information about each variant, and collated
 it into a bigBed file using the
-<a href="https://genome-source.gi.ucsc.edu/gitlist/kent.git/blob/master/src/hg/lib/bigDbSnp.as"
+<a href="https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/lib/bigDbSnp.as"
 target=_blank>bigDbSnp.as</a> schema with the information
 necessary for filtering and displaying the variants,
 as well as a separate file containing more detailed information to be
 displayed on each variant's details page
-(<a href="https://genome-source.gi.ucsc.edu/gitlist/kent.git/blob/master/src/hg/lib/dbSnpDetails.as"
+(<a href="https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/lib/dbSnpDetails.as"
 target=_blank>dbSnpDetails.as</a> schema).
 
 <h2>Data Access</h2>
 <p>
 The raw data underlying the UCSC Genome Browser track can be explored interactively with the
 <a href="../../cgi-bin/hgTables" target=_blank>Table Browser</a>,
 <a href="../../cgi-bin/hgIntegrator" target=_blank>Data Integrator</a>,
 or <a href="../../cgi-bin/hgVai" target=_blank>Variant Annotation Integrator</a>.
 For automated analysis, the track data files can be downloaded from the downloads server for
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/hg38/snp/" target=_blank>hg38</a> and
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/hg19/snp/" target=_blank>hg19</a>
 (dbSnp152.bb); the detailed variant properties can be downloaded from
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/hgFixed/dbSnp/" target=_blank>hgFixed</a>
 (dbSnp152Details.tab.gz).
 </p><p>