Skip to content

Commit 22f80f1

Browse files
settermjdgitmate-bot
authored andcommitted
Update the help links to point to the online documentation
1 parent 8a276c5 commit 22f80f1

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

core/doc/admin/index.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

core/doc/user/index.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

settings/templates/help.php

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@
33
<?php if ($_['admin']) {
44
?>
55
<li>
6-
<a class="<?php p($_['style1']); ?>"
7-
href="<?php print_unescaped($_['url1']); ?>">
8-
<?php p($l->t('User documentation')); ?>
6+
<a class="<?php p($_['style1']); ?>" target="_blank"
7+
href="https://doc.owncloud.com/server/user_manual/index.html">
8+
<?php p($l->t('User documentation')); ?>
99
</a>
1010
</li>
1111
<li>
12-
<a class="<?php p($_['style2']); ?>"
13-
href="<?php print_unescaped($_['url2']); ?>">
14-
<?php p($l->t('Administrator documentation')); ?>
12+
<a class="<?php p($_['style2']); ?>" target="_blank"
13+
href="https://doc.owncloud.com/server/admin_manual/index.html">
14+
<?php p($l->t('Administrator documentation')); ?>
15+
</a>
16+
</li>
17+
<li>
18+
<a class="<?php p($_['style1']); ?>" target="_blank"
19+
href="https://doc.owncloud.com/server/developer_manual/index.html">
20+
<?php p($l->t('Developer documentation')); ?>
1521
</a>
1622
</li>
1723
<?php

0 commit comments

Comments
 (0)