15fd95da3778b7c1c3a8fcacb8e2f1da57c3e66e lrnassar Thu Sep 14 09:06:31 2023 -0700 Tiny tweak to capitalization change on new hgHubConnect link. Refs #32047 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index cdd1a52..35784c3 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -426,31 +426,31 @@ // the outer div for all the elements in the tab puts("<div id=\"hubDeveloper\" class=\"hubList\">"); char *hubUrlVal = ""; if (hubUrl != NULL) hubUrlVal = catThreeStrings(" value='", hubUrl, "'"); puts("<div class='tabSection'>"); puts("<h4>Create your own hub</h4>"); puts("For information on making track hubs, see the following pages: \n " "<ul>\n" "<li><a href='../goldenPath/help/hubQuickStart.html' style='color:#121E9A' target=_blank>Quick Start Guide</a></li>\n" "<li><a href=\"../goldenPath/help/hgTrackHubHelp.html\" style='color:#121E9A' TARGET=_blank>Track Hub User's Guide</a></li>\n" "<li><a href=\"../goldenPath/help/hgTrackHubHelp#Hosting\" style='color:#121E9A' target=_blank>Where to Host Your Track Hub</a></li>\n" "<li><a href=\"../goldenPath/help/trackDb/trackDbHub.html\" style='color:#121E9A' target=_blank>Track Hub Settings Reference</a></li>\n" - "<li><a href=\"../goldenPath/help/publicHubGuidelines.html\" style='color:#121E9A' target=_blank>Guidelines For Submitting a Public Hub</a></li>\n" + "<li><a href=\"../goldenPath/help/publicHubGuidelines.html\" style='color:#121E9A' target=_blank>Guidelines for Submitting a Public Hub</a></li>\n" "</ul>\n" "<BR>You may also <a href='../contacts.html' style='color:#121E9A'>contact us</a> if you have any " "issues or questions on hub development."); puts("</div>"); // .tabSection puts("<div class='tabSection'>"); puts("<h4>Check a hub for errors</h4>"); printf("<label for=\"validateHubUrl\"><b>Hub URL:</b></label>"); printf("<input id='validateHubUrl' name='validateHubUrl' class='hubField' " "type='text' size='65'%s>\n", hubUrlVal); printf("<button type='button' id='hubValidateButton'>Check</button>\n"); printf("  <span style='font-size:90%%' class='link' id='loadSampleHub'>Load Example URL</span>\n"); puts("<div class='help'>Use the URL bar above to check a hub for errors. This will " "validate the hub's configuration files, including hub.txt, "