diff --git a/README.md b/README.md index d668574..297691a 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d ## Documentation and resources * Official app website: http://www.mattermost.org/ -* Official user documentation: https://yunohost.org/en/app_mattermost -* Official admin documentation: https://docs.mattermost.com/ +* Official user documentation: https://docs.mattermost.com/guides/messaging.html +* Official admin documentation: https://docs.mattermost.com/guides/deployment.html * Upstream app code repository: https://github.com/mattermost/mattermost-server * YunoHost documentation for this app: https://yunohost.org/app_mattermost * Report a bug: https://github.com/YunoHost-Apps/mattermost_ynh/issues diff --git a/README_fr.md b/README_fr.md index ffe1dec..347ba21 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,8 +42,8 @@ Ce paquet peut être installé sur les architectures `ARM`, `ARM64` et `x86-64` ## Documentations et ressources * Site officiel de l'app : http://www.mattermost.org/ -* Documentation officielle utilisateur : https://yunohost.org/en/app_mattermost -* Documentation officielle de l'admin : https://docs.mattermost.com/ +* Documentation officielle utilisateur : https://docs.mattermost.com/guides/messaging.html +* Documentation officielle de l'admin : https://docs.mattermost.com/guides/deployment.html * Dépôt de code officiel de l'app : https://github.com/mattermost/mattermost-server * Documentation YunoHost pour cette app : https://yunohost.org/app_mattermost * Signaler un bug : https://github.com/YunoHost-Apps/mattermost_ynh/issues 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",