From 46c6d4f7bd38c6a67c9ec77c104f41f7271a3d24 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 27 Aug 2021 15:37:25 +0200 Subject: [PATCH] Fix doc link --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f87763d..6d8ed07 100644 --- a/manifest.json +++ b/manifest.json @@ -11,8 +11,8 @@ "upstream": { "license": "GPL-3.0-only", "website": "http://www.mattermost.org/", - "admindoc": "https://docs.mattermost.com/", - "userdoc": "https://yunohost.org/en/app_mattermost", + "admindoc": "https://docs.mattermost.com/guides/deployment.html", + "userdoc": "https://docs.mattermost.com/guides/messaging.html", "code": "https://github.com/mattermost/mattermost-server" }, "license": "GPL-3.0-only",