Skip to content

Commit

Permalink
Merge pull request #483 from nextcloud/use-proper-documentation-links
Browse files Browse the repository at this point in the history
Use proper documentation links
  • Loading branch information
LukasReschke committed Jul 20, 2016
2 parents 2d52cc9 + 9a1ff29 commit acb820f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/private/legacy/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function __construct() {
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
$this->defaultiTunesAppId = '543672169';
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
$this->defaultDocBaseUrl = 'https://doc.owncloud.org';
$this->defaultDocVersion = $version[0] . '.' . $version[1]; // used to generate doc links
$this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
$this->defaultDocVersion = '10'; // used to generate doc links
$this->defaultSlogan = $this->l->t('a safe home for all your data');
$this->defaultLogoClaim = '';
$this->defaultMailHeaderColor = '#0082c9'; /* header color of mail notifications */
Expand Down

0 comments on commit acb820f

Please sign in to comment.