6493e287a569c113719555843417df9555710c09
chinhli
  Wed Jan 11 11:22:23 2012 -0800
redmine Doc #6507 Need to redirect references to various sections of customTrack.html.
diff --git src/hg/hgTables/schema.c src/hg/hgTables/schema.c
index 8623670..42574d9 100644
--- src/hg/hgTables/schema.c
+++ src/hg/hgTables/schema.c
@@ -444,31 +444,31 @@
 hPrintf("Wiggle custom tracks are stored in a dense binary format.");
 }
 
 static void showSchemaCtChromGraph(char *table, struct customTrack *ct)
 /* Show schema on wiggle format custom track. */
 {
 hPrintf("<B>ChromGraph Custom Track ID:</B> %s<BR>\n", table);
 hPrintf("ChromGraph custom tracks are stored in a dense binary format.");
 }
 
 static void showSchemaCtMaf(char *table, struct customTrack *ct)
 /* Show schema on maf format custom track. */
 {
 hPrintf("<B>MAF Custom Track ID:</B> %s<BR>\n", table);
 hPrintf("For formatting information see: ");
-hPrintf("<A HREF=\"../goldenPath/help/customTrack.html#MAF\">MAF</A> ");
+hPrintf("<A HREF=\"../FAQ/FAQformat.html#format5\">MAF</A> ");
 hPrintf("format.");
 
 struct sqlConnection *conn = hAllocConn(CUSTOM_TRASH);
 webNewSection("Sample Rows");
 printSampleRows(10, conn, ct->dbTableName);
 printTrackHtml(ct->tdb);
 hFreeConn(&conn);
 }
 
 
 static void showSchemaCtBed(char *table, struct customTrack *ct)
 /* Show schema on bed format custom track. */
 {
 struct bed *bed;
 int count = 0;