From 3ce9a89d3aa49bd3809d4215b38d1f50615eb5ed Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 15 Oct 2024 01:43:38 +0800 Subject: [PATCH] fix about and self-host --- v3/src/navigation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {