Skip to content

Commit

Permalink
Merge pull request #164 from CBIIT/CDS-788
Browse files Browse the repository at this point in the history
user guide link fix.
  • Loading branch information
iksheth committed Mar 7, 2024
2 parents cb92041 + aeef55f commit 9052af8
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 @@ -99,10 +99,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 @@ -127,6 +123,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 9052af8

Please sign in to comment.