Skip to content

Commit 16943f1

Browse files
committed
gnps2 dashboard
1 parent 9d95e1b commit 16943f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/lib/makeTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function makeTable(id) {
7272
data + '" target="_blank">' + data + '</a>';
7373
}
7474
} else {
75-
data = '<a href="https://gnps-lcms.ucsd.edu/?usi=' + data
75+
data = '<a href="https://dashboard.gnps2.org/?usi=' + data
7676
+ '" target="_blank">Open file</a>';
7777
}
7878
} else if (sdata.startsWith("MSV0"))

0 commit comments

Comments
 (0)