]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust link to contributing.md 1960/head
authorJoas Schilling <coding@schilljs.com>
Mon, 31 Oct 2016 08:27:16 +0000 (09:27 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 2 Nov 2016 09:32:30 +0000 (10:32 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
README.md
settings/templates/help.php

index 66a224aa227e2bf650cf4e47567aef96343b248d..9298cf5c0a827f6bee66438a6b9c40857185de49 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ changed it substantially:
 
 Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
 
-Please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md) to this repository.
+Please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.
 
 More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
 
index 11726d60387f408151e8d746cc343f8fbc08d3a5..f849ea0f427d7b50151f2fb9d2932ba948711a1c 100644 (file)
@@ -28,9 +28,8 @@
 
        <?php if($_['admin']) { ?>
                <li>
-                       <a href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md"
-                               target="_blank" rel="noreferrer">
-                               <?php p($l->t('Issue tracker')); ?> ↗
+                       <a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer">
+                               <?php p($l->t('Getting help')); ?> ↗
                        </a>
                </li>
        <?php } ?>