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/dbSnp153Composite.html src/hg/makeDb/trackDb/human/dbSnp153Composite.html
index bacb7f4db31..70efecb2c81 100644
--- src/hg/makeDb/trackDb/human/dbSnp153Composite.html
+++ src/hg/makeDb/trackDb/human/dbSnp153Composite.html
@@ -406,36 +406,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,
 because most submissions have been genomic variant calls in VCF format as opposed to
 independent sequences.
 </p>
 <p>
 We downloaded JSON files available from dbSNP at
 <a href="ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b153/JSON/"
 target=_blank>ftp://ftp.ncbi.nlm.nih.gov/snp/archive/b153/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>
 <b>Note:</b> It is not recommeneded to use LiftOver to convert SNPs between assemblies,
 and more information about how to convert SNPs between assemblies can be found on the following
 <a href="/FAQ/FAQreleases.html#snpConversion">FAQ entry</a>.</p>
 <p>
 Since dbSNP has grown to include approximately 700 million variants, the size of the All dbSNP (153)
 subtrack can cause the
 <a href="../../cgi-bin/hgTables" target=_blank>Table Browser</a> and
 <a href="../../cgi-bin/hgIntegrator" target=_blank>Data Integrator</a>
 to time out, leading to a blank page or truncated output,
 unless queries are restricted to a chromosomal region, to particular defined regions, to a specific set 
 of rs# IDs (which can be pasted/uploaded into the Table Browser),