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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-01-14 19:28:07 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-01-14 19:28:07 +0400
commit7025d612c1af384284dc0235d5876aa27c327e36 (patch)
tree049964c3cd0046439755928e145bd8a96afcf8c0 /CONTRIBUTING.md
parent2eb94066112a605f641f979c040fcfc9b710ac76 (diff)
Fix c&p error
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6d5002132..1fc2f1110 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,13 +7,13 @@ We are also available on [IRC][irc].
### Guidelines
* Report the issue using our [template][template], it includes all the
informations we need to track down the issue. This repository is *only* for
-* issues within the ownCloud core code. Issues in other compontents should be
- reported in their own repositores:
- - [Android client](https://github.com/owncloud/android/issues)
- - [iOS client](https://github.com/owncloud/ios-issues/issues)
- - [Desktop client](https://github.com/owncloud/mirall/issues)
+* issues within the ownCloud desktop client. Issues in other compontents should
+ be reported in their own repositores:
+ - [ownCloud server](https://github.com/owncloud/core/issues)
- [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar,
Contacts...)
+ - [Android client](https://github.com/owncloud/android/issues)
+ - [iOS client](https://github.com/owncloud/ios-issues/issues)
* Search the existing issues first, it's likely that your issue was already
reported.