mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 08:54:20 +01:00
fix about and self-host
This commit is contained in:
parent
c4768ef403
commit
3ce9a89d3a
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user