diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-07-19 20:46:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 20:46:23 +0200 |
commit | 56496f98abc666a89fcf683dffedcf864c2d43f2 (patch) | |
tree | 470f67565c82c0d22001edf58f4cc3055ffdfdd8 /settings | |
parent | a3ea826b826605cb4994bc4a323fd6a1d54f6d48 (diff) | |
parent | 6797b2b90f97fb2edea5be3361fe4ee61911c0a2 (diff) | |
download | nextcloud-server-56496f98abc666a89fcf683dffedcf864c2d43f2.tar.gz nextcloud-server-56496f98abc666a89fcf683dffedcf864c2d43f2.zip |
Merge pull request #451 from nextcloud/github-link
fix Github link in Personal and Admin settings Version note
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings.development.notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php index 2834277cfd6..4e6bbd8db9f 100644 --- a/settings/templates/settings.development.notice.php +++ b/settings/templates/settings.development.notice.php @@ -9,7 +9,7 @@ ], [ '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">', - '<a href="https://github.com/owncloud" target="_blank" rel="noreferrer">', + '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer">', '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">', '</a>', ], |