Skip to content

Commit b5cc99a

Browse files
Fix Link within data download page to link to correct download version (#1158)
1 parent 31a6a25 commit b5cc99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user-interface/src/main/java/life/qbic/datamanager/views/projects/project/rawdata/RawDataDownloadInformationComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void initializeSections() {
7777

7878
private Span generateAdditionalInformationSection() {
7979
Anchor downloadGuideLink = new Anchor(
80-
"https://qbicsoftware.github.io/research-data-management/rawdata/raw_data_download/#download-raw-data",
80+
"https://qbicsoftware.github.io/research-data-management/latest/rawdata/raw_data_download/#download-raw-data",
8181
"here", AnchorTarget.BLANK);
8282
Text additionalInformationText = new Text("Learn more about how to download the datasets ");
8383
return new Span(additionalInformationText, downloadGuideLink);

0 commit comments

Comments
 (0)