From fe5b82c975697db1e07e87c185e65a3d7a2f341b Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 31 Jan 2014 11:30:48 +0100 Subject: [PATCH] use https when possible --- developer_manual/devenv/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/devenv/index.rst b/developer_manual/devenv/index.rst index cf93c594d..8a2c117c5 100644 --- a/developer_manual/devenv/index.rst +++ b/developer_manual/devenv/index.rst @@ -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 ~~~~~~~~~~~~~~~