diff options
-rw-r--r-- | CONTRIBUTING.md (renamed from .github/CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | issue_template.md (renamed from .github/issue_template.md) | 0 | ||||
-rw-r--r-- | settings/templates/help.php | 5 |
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 } ?> |