Skip to content

Commit

Permalink
Merge pull request #263 from cloudian/kschung/HIQ-1073
Browse files Browse the repository at this point in the history
  HIQ-1073   HIQ upgrade does not update documentation link under the GUI
  • Loading branch information
kashingchungcloudian authored Feb 22, 2024
2 parents 8e5e6e8 + edf5136 commit 50ea673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/core/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export let getFooterLinks = (): FooterLink[] => {
id: 'documentation',
text: t('nav.help/documentation', 'Documentation'),
icon: 'document-info',
url: 'public/docs/hyperiq_guide.pdf',
url: 'public/docs/hyperiq_guide_2_0.pdf',
},
];
};
Expand Down

0 comments on commit 50ea673

Please sign in to comment.