diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-19 11:15:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-19 11:15:46 +0200 |
commit | 6797b2b90f97fb2edea5be3361fe4ee61911c0a2 (patch) | |
tree | 8560f58383c242733e579303869fc164726e513c | |
parent | 89a32a2f84d73fedf12da3d90404b1894f64d0a9 (diff) | |
download | nextcloud-server-6797b2b90f97fb2edea5be3361fe4ee61911c0a2.tar.gz nextcloud-server-6797b2b90f97fb2edea5be3361fe4ee61911c0a2.zip |
fix Github link in Personal and Admin settings Version note
-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>', ], |