Adjust the ActiveSync device setup URL to https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client
This commit is contained in:
parent
315079c8e4
commit
1eaea682cc
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
|
||||
// The page with Activesync clients configuration manual
|
||||
$config['activesync_setup_url'] = 'http://docs.kolab.org/client-configuration/';
|
||||
$config['activesync_setup_url'] = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client';
|
||||
|
|
|
@ -29,7 +29,7 @@ class kolab_activesync_ui
|
|||
private $plugin;
|
||||
public $device = array();
|
||||
|
||||
const SETUP_URL = 'http://docs.kolab.org/client-configuration';
|
||||
const SETUP_URL = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client';
|
||||
|
||||
|
||||
public function __construct($plugin)
|
||||
|
|
Loading…
Add table
Reference in a new issue