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

diff --git src/product/scripts/README.trashCleaning src/product/scripts/README.trashCleaning
index d8d9ae5a6c7..2f6b0330da7 100644
--- src/product/scripts/README.trashCleaning
+++ src/product/scripts/README.trashCleaning
@@ -1,18 +1,18 @@
 #
 # This file can be viewed at the following URL:
-# http://genome-source.soe.ucsc.edu/gitlist/kent.git/raw/master/src/product/scripts/README.trashCleaning
+# http://github.com/ucscGenomeBrowser/kent/raw/master/src/product/scripts/README.trashCleaning
 #
 
 ===============================================================================
 A brief overview of the history of trash cleaning operations.
 
 *** First Implementation ***
 
 In the very beginning there was a simple trash directory
 that contained only volatile files which could be removed with
 a single 'find' command with a last access time limit of an hour.
 
 If you would like to run this very simple system, the command is,
 for example a 48 hour (==2880 minutes) expiration policy:
     find /trash -type f -amin +2880 -exec rm -f {} \;