Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-08-09 14:43:37 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-08-09 14:43:37 +0400
commit17a2615b11e0410cf7c7a57f55fb05d9966c6780 (patch)
treea569d8a10a0c520084ac6968be239ecb16056be8 /templates/wizard.php
parent9bddbffea4defb815b02914181ce7f11b3a7ba04 (diff)
use different path to webdav documentation. This works for both .org and .com and has some nice screenshots
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index e8852711..7cfea421 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -32,7 +32,7 @@
<img class="appsmall appsmall-contacts svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/contacts-dark.svg')); ?>" /> <?php p($l->t('Connect your Contacts'));?>
</a>
<?php endif; ?>
-<a class="button" href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/user_manual/connecting_webdav.html">
+<a class="button" href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/user_manual/files/files.html">
<img class="appsmall svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/folder.svg')); ?>" /> <?php p($l->t('Access files via WebDAV'));?>
</a>