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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-02 22:04:45 +0300
committerGitHub <noreply@github.com>2016-11-02 22:04:45 +0300
commitc901c851ca37b44d72e6c6db27efea6507706014 (patch)
tree9982ecb6731348d1bc8996315eb288483684641e
parent3bdec28dad7dcad21b59a8f4346aa385718cbe57 (diff)
parentd6f156feb4938624efccaa992a5ff12bbf4bc836 (diff)
Merge pull request #1960 from nextcloud/adjust-link-to-contributing.md
Adjust link to contributing.md
-rw-r--r--CONTRIBUTING.md (renamed from .github/CONTRIBUTING.md)0
-rw-r--r--README.md2
-rw-r--r--issue_template.md (renamed from .github/issue_template.md)0
-rw-r--r--settings/templates/help.php5
4 files changed, 3 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md
index 75d64667761..75d64667761 100644
--- a/.github/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
diff --git a/README.md b/README.md
index e002e45e260..17035a4d91f 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,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/)
diff --git a/.github/issue_template.md b/issue_template.md
index 70eca36c9b6..70eca36c9b6 100644
--- a/.github/issue_template.md
+++ b/issue_template.md
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 11726d60387..f849ea0f427 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -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 } ?>