d6589bfe20c70dee505360cc62ba40dc5bd1b201 mspeir Sun Dec 14 11:04:25 2025 -0800 replacing link to quick start page with link to new hub basics page, refs #28347 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 60005a96b98..8a1e4e07df5 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -489,31 +489,31 @@ { // put out the top of our page char *hubUrl = cartOptionalString(cart, "validateHubUrl"); // the outer div for all the elements in the tab puts("
"); char *hubUrlVal = ""; if (hubUrl != NULL) hubUrlVal = catThreeStrings(" value='", hubUrl, "'"); puts("
"); puts("

Create your own hub

"); puts("For information on making track hubs, see the following pages: \n " "\n" "
You may also contact us if you have any " "issues or questions on hub development."); puts("
"); // .tabSection puts("
"); puts("

Check a hub for errors

"); printf(""); printf("\n", hubUrlVal); printf("\n");