mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
[enh] User doc instead of Admin doc
This commit is contained in:
parent
464fe40ec8
commit
11a78de6b2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const footerLinks = [
|
||||||
{ text: t('footerlink_edit'), to: '/edit' },
|
{ text: t('footerlink_edit'), to: '/edit' },
|
||||||
{
|
{
|
||||||
text: t('footerlink_documentation'),
|
text: t('footerlink_documentation'),
|
||||||
to: '//yunohost.org/docs',
|
to: '//yunohost.org/user_guide',
|
||||||
newWindow: true,
|
newWindow: true,
|
||||||
},
|
},
|
||||||
{ text: t('footerlink_support'), to: '//yunohost.org/help', newWindow: true },
|
{ text: t('footerlink_support'), to: '//yunohost.org/help', newWindow: true },
|
||||||
|
|
Loading…
Add table
Reference in a new issue