e71297f98349413d94cb9663901d874dd587ad9f
lrnassar
  Fri Oct 29 09:57:22 2021 -0700
Adding back link to hosting to main page since it's a common MLQ refs #28324

diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c
index 67c511c..2b8c348 100644
--- src/hg/hgHubConnect/hgHubConnect.c
+++ src/hg/hgHubConnect/hgHubConnect.c
@@ -1222,33 +1222,34 @@
     printf("Time of addPublicHubsToHubStatus: %ld <br>", (clock1000()-lastTime));
 
 
 // build full public hub lookup hash, taking each URL to struct hubEntry * for that hub
 struct hash *hubLookup = buildPublicLookupHash(conn, publicTable, statusTable, pHash);
 
 puts("<div id=\"publicHubs\" class=\"hubList\">");
 
 puts("<div class='tabSection' style='border-bottom:none'>");
 
 printf(
     "<P>"
     "Track data hubs are collections of external tracks that can be added to the UCSC Genome Browser. "
     "Click <B>Connect</B> to attach a hub and redirect to the assembly gateway page. "
     "Hub tracks will then show up in the hub's own blue bar track group under the browser graphic. "
-    "See the "
+    "For more information, including <A HREF=\"../goldenPath/help/hgTrackHubHelp#Hosting\" "
+    "style='color:#121E9A' target=_blank>where to host your track hub</a>, see our "
     "<A HREF=\"../goldenPath/help/hgTrackHubHelp.html\" TARGET=_blank style='color:#121E9A'>"
-    "User's Guide</A> for more. "
+    "User's Guide</A>. "
     "</P>"
     "<P>Track Hubs are created and maintained by external sources."
     " UCSC is not responsible for their content.<BR></P>"
 );
 
 char *hubSearchTableName = hubSearchTextTableName();
 int searchEnabled = sqlTableExists(conn, hubSearchTableName);
 
 printSearchAndFilterBoxes(searchEnabled, hubSearchTerms, dbFilter);
 
 struct hash *searchResultHash = NULL;
 struct slName *hubsToPrint = NULL;
 if (searchEnabled && !isEmpty(hubSearchTerms))
     {
     printSearchTerms(hubSearchTerms);