diff --git a/public/app/core/components/Footer/Footer.tsx b/public/app/core/components/Footer/Footer.tsx index e9ce9e02e584a..6310f6f9af234 100644 --- a/public/app/core/components/Footer/Footer.tsx +++ b/public/app/core/components/Footer/Footer.tsx @@ -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', }, ]; };