124b93d91306e54dba9b2a30daffc129cf895af4 lrnassar Thu Nov 11 11:07:33 2021 -0800 Changing the share link to be relative, refs #28324 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 8b9e348..845ba41 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -262,31 +262,31 @@ { unlistedHubCount++; slAddHead(&unlistedHubList, hub); } } hubList = NULL; // hubList no longer valid puts("

Enter hub URLs below to connect hubs. Hubs connected this way are not accessible to " "other users by default.

If you wish to share your hub you can create a " "session link. " "First, connect the hub and configure the tracks image as desired, then navigate to " "My Sessions (My Data > My Sessions). " "The resulting stable link can be added to publications and shared freely. You, as the author, " "also have the power to update the session contents freely. " - "Alternatively, you may build a link with the hub URL to allow users to retain their browser " "configuration, connected hubs, and custom tracks.

" "

" "

Contact us if you wish to submit a hub to the list of public hubs.

\n" ); if (unlistedHubCount == 0) { // nothing to see here printf("No Unlisted Track Hubs"); printf(""); puts(""); // return from within DIV and FROM is probably not a good idea puts(""); // tabSection and .unlistedHubs return; }