Skip to content

Commit 7a7b34d

Browse files
authored
Merge pull request #7 from samply/fix/change-catalogue-url
fix: Adapt catalogue URL to new endpoint
2 parents c77b756 + b2b0c13 commit 7a7b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ResultTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let expanded: boolean[] = new Array(1).fill(false);
1111
let dataPasser: LensDataPasser;
1212
let catalogueLink: string =
13-
'https://catalogue.eucaim.cancerimage.eu/menu/main/app-molgenis-app-biobank-explorer-eucaim/#/collection/';
13+
'https://catalogue.eucaim.cancerimage.eu/Eucaim/eucaim-ui/#/dataset/';
1414
1515
const toggleExpand = (index: string) => {
1616
expanded[index] = !expanded[index];

0 commit comments

Comments
 (0)