81291d83afc22635047c8178c46d28aa7271d26b
lrnassar
  Thu Feb 23 14:47:50 2023 -0800
Updating table schema references to the new data format description name, refs #30491

diff --git src/hg/utils/automation/makeDownloads.pl src/hg/utils/automation/makeDownloads.pl
index d39f03c..3eeaebb 100755
--- src/hg/utils/automation/makeDownloads.pl
+++ src/hg/utils/automation/makeDownloads.pl
@@ -643,32 +643,32 @@
     https://www.ncbi.nlm.nih.gov/genome/$ncbiGenomeId
     https://www.ncbi.nlm.nih.gov/genome/assembly/$ncbiAssemblyId
     https://www.ncbi.nlm.nih.gov/bioproject/$ncbiBioProject
     https://www.ncbi.nlm.nih.gov/biosample/$ncbiBioSample
 
 Files included in this directory (updated nightly):
 
   - *.sql files:  the MySQL commands used to create the tables
 
   - *.txt.gz files: the database tables in a tab-delimited format
     compressed with gzip.
 
 To see descriptions of the tables underlying Genome Browser annotation
 tracks, select the table in the Table Browser:
   http://genome.ucsc.edu/cgi-bin/hgTables?db=$db
-and click the "describe table schema" button.  There is also a "view
-table schema" link on the configuration page for each track.
+and click the "data format description" button.  There is also a "Data schema/format 
+description and download" link on the configuration page for each track.
 
 ---------------------------------------------------------------
 If you plan to download a large file or multiple files from this
 directory, we recommend you use ftp rather than downloading the files
 via our website. To do so, ftp to hgdownload.soe.ucsc.edu, then go to
 the directory goldenPath/$db/database/. To download multiple
 files, use the "mget" command:
 
     mget <filename1> <filename2> ...
     - or -
     mget -a (to download all the files in the directory)
 
 Alternate methods to ftp access.
 
 Using an rsync command to download the entire directory: