diff --git a/v3/src/navigation.ts b/v3/src/navigation.ts index 92c1c5d..f1a4125 100644 --- a/v3/src/navigation.ts +++ b/v3/src/navigation.ts @@ -7,7 +7,7 @@ export const headerData = { links: [ { text: 'About us', - href: getPermalink('/about'), + href: getPermalink('/team'), }, { text: 'Support', @@ -40,7 +40,7 @@ export const headerData = { href: getPermalink('/blog'), }, ], - actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }], + actions: [{ text: 'Download', href: 'https://github.com/rustdesk/rustdesk/releases/latest', target: '_blank' }], }; export const footerData = {