Skip to content

Commit

Permalink
#776 fix hub link
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Nov 15, 2023
1 parent b545817 commit a450414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/osb-portal/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export function getNotebooksNamedServerLink() {
if (window.location.host.includes("localhost")) {
return null;
}
return `${OSBAllApplications.jupyter.subdomain}.${getBaseDomain()}/hub/home`
return `//${OSBAllApplications.jupyter.subdomain}.${getBaseDomain()}/hub/home`
}

0 comments on commit a450414

Please sign in to comment.