diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-30 15:30:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-30 15:30:41 +0100 |
commit | 50b6a72cfd015cac1a2b59fb36c58b2d5dbce4f0 (patch) | |
tree | 107c1c5f1de32acd90530f056022906066999031 | |
parent | 2d9d59def728e83f0c66a8201679a6161ab1f36f (diff) | |
parent | df6d5f9c48784d6d250d68759588b73f3a8aaf8e (diff) | |
download | nextcloud-server-50b6a72cfd015cac1a2b59fb36c58b2d5dbce4f0.tar.gz nextcloud-server-50b6a72cfd015cac1a2b59fb36c58b2d5dbce4f0.zip |
Merge pull request #20169 from RealRancor/fix_contributing_links
Fix repo links in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66eef46f68c..ecd2b1e49e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,8 @@ If you have questions about how to install or use ownCloud, please direct these * __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/owncloud) or security@owncloud.com following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker * The issues in other components should be reported in their respective repositories: - [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) + - [iOS client](https://github.com/owncloud/ios/issues) + - [Desktop client](https://github.com/owncloud/client/issues) - [Documentation](https://github.com/owncloud/documentation/issues) - Apps: - [Activity](https://github.com/owncloud/activity/issues) |