Skip to content

Commit

Permalink
Merge pull request #264 from cloudian/kschung/HIQ-1216
Browse files Browse the repository at this point in the history
HIQ-1216   HIQ guide 2.1 update
  • Loading branch information
kashingchungcloudian authored Oct 15, 2024
2 parents 50ea673 + efb6e3b commit dcdf1e6
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_2_0.pdf',
url: 'public/docs/hyperiq_guide_2_1.pdf',
},
];
};
Expand Down

0 comments on commit dcdf1e6

Please sign in to comment.