mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
use https when possible
This commit is contained in:
committed by
Morris Jobke
parent
f1931fe4ea
commit
fe5b82c975
@@ -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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user