Skip to content

Commit

Permalink
Add release link
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Nov 21, 2023
1 parent d9ebbfe commit faa591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/users/UploaderToolDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const UploaderToolDialog: FC<Props> = ({
The Uploader CLI is a command-line interface tool provided for directly uploading data submission files from your workstation to the Data Hub cloud storage.
To download the tool and accompanying instructions, click on the Download link.
</StyledBodyText>
<Link to="https://github.com/CBIIT/crdc-datahub-cli-uploader" target="_blank">https://github.com/CBIIT/crdc-datahub-cli-uploader</Link>
<Link to="https://github.com/CBIIT/crdc-datahub-cli-uploader/releases" target="_blank">https://github.com/CBIIT/crdc-datahub-cli-uploader/releases</Link>
</StyledDialogContent>
<StyledCloseButton id="uploader-cli-close-button" variant="outlined" onClick={onClose}>
Close
Expand Down

0 comments on commit faa591d

Please sign in to comment.