diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:29:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:29:44 +0200 |
commit | 83a0d1b3bacfea1732683c495767286863a3b41b (patch) | |
tree | 3bb93ac63687217aaa3ae2b35a05a28893be68a5 /settings | |
parent | c840c182526b9f178d312bf8519a8179ad5e968c (diff) | |
download | nextcloud-server-83a0d1b3bacfea1732683c495767286863a3b41b.tar.gz nextcloud-server-83a0d1b3bacfea1732683c495767286863a3b41b.zip |
link to proper subsite for Commercial support
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index f559329c6bb..5786b6fd44e 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -36,7 +36,7 @@ <?php } ?> <li> - <a href="https://owncloud.com" target="_blank" rel="noreferrer"> + <a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer"> <?php p($l->t( 'Commercial Support' )); ?> ↗ </a> </li> |