[enh] User doc instead of Admin doc

This commit is contained in:
ljf (zamentur) 2023-08-23 11:44:18 +02:00 committed by GitHub
parent 464fe40ec8
commit 11a78de6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ const footerLinks = [
{ text: t('footerlink_edit'), to: '/edit' },
{
text: t('footerlink_documentation'),
to: '//yunohost.org/docs',
to: '//yunohost.org/user_guide',
newWindow: true,
},
{ text: t('footerlink_support'), to: '//yunohost.org/help', newWindow: true },