c2c93e82ecbae0efba902ff1c39c1a1b0b0c50da
gperez2
  Tue Sep 30 11:23:08 2025 -0700
Forgot to update the mirrorManual.txt instead of mirrorManual.html, refs #34740

diff --git src/product/mirrorManual.txt src/product/mirrorManual.txt
index c6fd7daac26..0373488eb27 100644
--- src/product/mirrorManual.txt
+++ src/product/mirrorManual.txt
@@ -915,31 +915,31 @@
 This name trackDb_localTracks is not special, just different than
 the ordinary trackDb table. It should have some meaning to anyone
 in your environment and not be the same name as any UCSC database
 table. The two '.' arguments in the command above refer
 to directory names. Since you have no hierarchy of levels in this
 single directory, unlike in the source tree trackDb hierarchy, the
 '.' arguments refer to the current directory.
 
 See also:
 
 * A similar overview: <http://genomewiki.ucsc.edu/index.php/Local_tracks_at_mirror_sites>
 * TrackDb.ra track configuration format: <http://genome.ucsc.edu/goldenPath/help/trackDb/trackDbDoc.html>
 
 # Adding a new, custom (non-UCSC) genome to the browser
     
-Please note that setting up an [assembly hub](http://genomewiki.ucsc.edu/index.php/Assembly_Hubs) 
+Please note that setting up an [assembly hub](https://hgwdev.gi.ucsc.edu/goldenPath/help/assemblyHubHelp.html)
 is a lot easier than adding a genome to a local mirror.
 
 The browser can be made to operate with a bare minimum of tables
 for the purpose of demonstrating the CGI binaries are functioning.
 
 The only tables you need to load for this are:
 
 1. all tables in the hgcentral database
 2. six tables in the human genome
 
 Create an empty hgcentral database:
 
     $ hgsql -e "create database hgcentral;" mysql
 
 Load all tables into the hgcentral database.