4badcdf42740fdbfa694e118718e38558192c9ff
max
  Thu Jun 10 05:16:04 2021 -0700
remove a few outdated instructions in top level README, github #56

diff --git README README
index c6ae2fa..bc464c3 100644
--- README
+++ README
@@ -115,29 +115,27 @@
 
 1. Follow the general install instructions above.
 2. Make the environment variable MYSQLINC point to
    where MySQL's include files are.  (On my
    system they are at /usr/include/mysql.)
    While you're at it set the MYSQLLIBS
    variable to point to something like
    /usr/lib/mysql/libmysqlclient.a -lz
    When available, the commands: mysql_config --include
 	and mysql_config --libs
 	will display the required arguments for these environment settings.
 3. Execute make in kent/src/hg/lib
 4. Execute make in the directory containing the
    application you wish to build.
 5. See also: http://hgdownload.soe.ucsc.edu/downloads.html#source_downloads
-   and more documentation in this source tree about setting up
-   a working browser in README files:
-       kent/src/product/README.building.source
-       kent/src/product/README.local.git.source
-       kent/src/product/README.mysql.setup
-       kent/src/product/README.install
-       kent/src/product/README.trackDb
-       kent/src/hg/makeDb/trackDb/README
+   and more documentation about setting up
+   a working browser:
+       Overview https://genome.ucsc.edu/goldenPath/help/mirror.html
+       Manual installation https://genome.ucsc.edu/goldenPath/help/mirrorManual.html
+       TrackDb documentation https://genome.ucsc.edu/goldenPath/help/trackDb/trackDbHub.html
+       Rare TrackDb statements kent/src/hg/makeDb/trackDb/README
    There are numerous README files in the source tree describing
    functions or modules in that area of the source tree.
    The kent/src/README in particular should be read by anyone modifying
-   the C source code, and python/README by anyone modifying the Python.
+   the C source code.