Skip to content

Commit

Permalink
Update SubmissionHeader.jsx
Browse files Browse the repository at this point in the history
Change link-outs to documentation from legacy documentation at gen3.org to new mkdocs documentation at docs.gen3.org
  • Loading branch information
smvgarcia authored Feb 13, 2025
1 parent e841054 commit 4545d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Submission/SubmissionHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SubmissionHeader extends React.Component {
}

openGen3Tutorials = () => {
window.open('https://gen3.org/resources/user/gen3-client/', '_blank');
window.open('https://docs.gen3.org/gen3-resources/operator-guide/submit-unstructured-data/#gen3-client-instructions-for-uploading-data', '_blank');
}

render() {
Expand Down

0 comments on commit 4545d6d

Please sign in to comment.