diff options
Diffstat (limited to 'apps/calendar/templates/settings.php')
-rwxr-xr-x | apps/calendar/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index 0d6c8735ecc..12117750ca5 100755 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -47,6 +47,6 @@ </table> <?php echo $l->t('Calendar CalDAV syncing address:');?> - <code><?php echo OCP\Util::linkToAbsolute('remote.php', 'caldav/'); ?></code><br /> + <code><?php echo OCP\Util::linkToRemote('caldav'); ?></code><br /> </fieldset> </form> |