Skip to content

Commit

Permalink
user guide link fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iksheth committed Mar 7, 2024
1 parent a9bc871 commit aeef55f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bento/navigationBarData.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ export const navBarData = [
link: '/releases',
},
// TODO: Adding sub menu items at root level for now. Need to add support for sub menu items in the future.
{
labelText: 'CDS User Guide',
link: '/cancerDataService',
},
{
labelText: 'CDS Submission Request',
link: '/datasubmit',
Expand All @@ -126,6 +122,10 @@ export const externalLinksFlag = true;

export const externalLinks = {
about: [
{
title: 'CDS User Guide',
link: 'https://github.com/CBIIT/datacommons-assets/raw/main/cds/about/CDSUserGuide.pdf',
},
{
title: 'CDS Metadata Template',
link: 'https://github.com/CBIIT/cds-model/blob/main/metadata-manifest/CDS_Metadata_Submission_Template_v1.3.3.xlsx?raw=true',
Expand Down

0 comments on commit aeef55f

Please sign in to comment.