diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-27 03:31:08 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-27 03:31:08 -0800 |
commit | 8abb80c64277524fadcbea875e2d559c339ef0b1 (patch) | |
tree | 449409310588eba49dfdbe10cd744199d859e2d6 /README.md | |
parent | 7fe07e93fe4706962d2957d252b009513459d15e (diff) | |
parent | b048e7129a164bcd8d7849a63dd6e9e9fcd2f0ab (diff) | |
download | nextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.tar.gz nextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.zip |
Merge pull request #14565 from owncloud/more-https
Add more HTTPS endpoints
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 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) |