diff --git a/README.md b/README.md index 4eacf3c..cb379b2 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,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 895a75e..7b3a1b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -61,8 +61,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/conf/systemd.service b/conf/systemd.service index 2d17bab..8cea61d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -15,7 +15,6 @@ User=__APP__ Group=__APP__ LimitNOFILE=49152 - # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these # .. but this should be a good baseline 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",