Fix help link
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7f3a13c968
commit
825a403f9c
|
@ -28,9 +28,8 @@
|
||||||
|
|
||||||
<?php if($_['admin']) { ?>
|
<?php if($_['admin']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md"
|
<a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer">
|
||||||
target="_blank" rel="noreferrer">
|
<?php p($l->t('Getting help')); ?> ↗
|
||||||
<?php p($l->t('Issue tracker')); ?> ↗
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue