mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-03 06:16:08 +00:00
fix about and self-host
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user