Use proper documentation links
Since it is just faking the 10 we need to hardcode this here...
This commit is contained in:
parent
2d52cc9fe0
commit
9a1ff29351
|
@ -59,8 +59,8 @@ class OC_Defaults {
|
||||||
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
|
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
|
||||||
$this->defaultiTunesAppId = '543672169';
|
$this->defaultiTunesAppId = '543672169';
|
||||||
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
|
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
|
||||||
$this->defaultDocBaseUrl = 'https://doc.owncloud.org';
|
$this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
|
||||||
$this->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links
|
$this->defaultDocVersion = '10'; // used to generate doc links
|
||||||
$this->defaultSlogan = $this->l->t('a safe home for all your data');
|
$this->defaultSlogan = $this->l->t('a safe home for all your data');
|
||||||
$this->defaultLogoClaim = '';
|
$this->defaultLogoClaim = '';
|
||||||
$this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */
|
$this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */
|
||||||
|
|
Loading…
Reference in New Issue