Skip to content

Commit

Permalink
PMM-12310 Fix typo in footer documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Aug 16, 2023
1 parent a40bbf6 commit d724f0f
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 @@ -25,7 +25,7 @@ export let getFooterLinks = (): FooterLink[] => {
id: 'pmm-docs',
text: 'Documentation',
icon: 'document-info',
url: 'hhttps://per.co.na/pmm_documentation',
url: 'https://per.co.na/pmm_documentation',
target: '_blank',
},
{
Expand Down

0 comments on commit d724f0f

Please sign in to comment.