use https when possible

This commit is contained in:
Felix Eckhofer
2014-01-31 11:30:48 +01:00
committed by Morris Jobke
parent f1931fe4ea
commit fe5b82c975

View File

@@ -70,9 +70,9 @@ For example for the calendar, contact and notes apps:
.. code-block:: bash
cd /var/www
git clone http://github.com/owncloud/calendar.git calendar
git clone http://github.com/owncloud/contacts.git contacts
git clone http://github.com/owncloud/notes.git notes
git clone https://github.com/owncloud/calendar.git calendar
git clone https://github.com/owncloud/contacts.git contacts
git clone https://github.com/owncloud/notes.git notes
Set up ownCloud
~~~~~~~~~~~~~~~