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

diff --git src/userApps/README src/userApps/README
index 374ee5042a1..4317094d221 100644
--- src/userApps/README
+++ src/userApps/README
@@ -55,31 +55,31 @@
 1. Fetch the userApps directory:
 
    Alternative to `git` command, a gzipped tar file is available
    with all the source, via FTP or HTTP:
 
         ftp://hgdownload.soe.ucsc.edu/apache/htdocs/admin/exe/userApps.src.tgz
         http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz
 
    Unpacking that file (tar xvzf userApps.src.tgz)
    creates a directory: `./userApps/`
    with all the source.  Proceed to step 2 to build this directory.
 
    Using `git` to fetch the source, creates a directory `./userApps/`
 
         git archive --format=zip -9 \
-           --remote=git://genome-source.soe.ucsc.edu/kent.git \
+           --remote=https://github.com/ucscGenomeBrowser/kent.git \
            beta src/userApps > userApps.zip
         unzip -d userApps -j userApps.zip
         cd userApps
         make fetchSource
 
 2. Build the utilities:
 
         cd userApps
         make
 
    This build fetches (with git) approximately 200 Mb/7,800 files of
       kent source code, and constructs about 223 command binaries
       of approximate size near 600 Mb.
 
    The resulting binaries are in `./userApps/bin/`