summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-27 03:31:08 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-27 03:31:08 -0800
commit8abb80c64277524fadcbea875e2d559c339ef0b1 (patch)
tree449409310588eba49dfdbe10cd744199d859e2d6
parent7fe07e93fe4706962d2957d252b009513459d15e (diff)
parentb048e7129a164bcd8d7849a63dd6e9e9fcd2f0ab (diff)
downloadnextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.tar.gz
nextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.zip
Merge pull request #14565 from owncloud/more-https
Add more HTTPS endpoints
-rw-r--r--README.md8
-rw-r--r--lib/private/defaults.php2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5ab49d7e395..2205c871a06 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@ Quality:
- CodeClimate: [![Code Climate](https://codeclimate.com/github/owncloud/core/badges/gpa.svg)](https://codeclimate.com/github/owncloud/core)
### Installation instructions
-http://doc.owncloud.org/server/8.0/developer_manual/app/index.html
+https://doc.owncloud.org/server/8.0/developer_manual/app/index.html
### Contribution Guidelines
-http://owncloud.org/contribute/
+https://owncloud.org/contribute/
### Get in touch
-* [Forum](http://forum.owncloud.org)
-* [Mailing list](http://mailman.owncloud.org/mailman/listinfo)
+* [Forum](https://forum.owncloud.org)
+* [Mailing list](https://mailman.owncloud.org/mailman/listinfo)
* [IRC channel](https://webchat.freenode.net/?channels=owncloud)
* [Twitter](https://twitter.com/ownClouders)
diff --git a/lib/private/defaults.php b/lib/private/defaults.php
index a3902ee80de..bb245092938 100644
--- a/lib/private/defaults.php
+++ b/lib/private/defaults.php
@@ -35,7 +35,7 @@ class OC_Defaults {
$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 = 'http://doc.owncloud.org';
+ $this->defaultDocBaseUrl = 'https://doc.owncloud.org';
$this->defaultDocVersion = $version[0] . '.0'; // used to generate doc links
$this->defaultSlogan = $this->l->t('web services under your control');
$this->defaultLogoClaim = '';