Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-05 12:49:57 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-05 12:53:25 +0300
commit3d6783fc6a5e4e5468a1f4c155165b1f6553cb12 (patch)
tree02a3c23beeb5c19fc768fb98a203c846677a7494 /appinfo
parentb7de0e30ba5a3703a349e7e0b043149403747066 (diff)
Link to user and dev docs as well on the app store
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6fdbed455..2b5fb875e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,9 @@
<author>Jan-Christoph Borchardt</author>
<namespace>Mail</namespace>
<documentation>
- <admin>https://github.com/nextcloud/mail#readme</admin>
+ <user>https://github.com/nextcloud/mail/blob/master/doc/user.md</user>
+ <admin>https://github.com/nextcloud/mail/blob/master/doc/admin.md</admin>
+ <developer>https://github.com/nextcloud/mail/blob/master/doc/developer.md</developer>
</documentation>
<category>social</category>
<category>office</category>