mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix help link
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b23f3755ca
commit
3773af9af5
1 changed files with 2 additions and 3 deletions
|
|
@ -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 } ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue