[Pkg-owncloud-commits] [owncloud-doc] 12/80: use https when possible
    David Prévot 
    taffit at moszumanska.debian.org
       
    Fri Jul  4 02:54:49 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit fe5b82c975697db1e07e87c185e65a3d7a2f341b
Author: Felix Eckhofer <felix at eckhofer.com>
Date:   Fri Jan 31 11:30:48 2014 +0100
    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 cf93c59..8a2c117 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
 ~~~~~~~~~~~~~~~
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
    
    
More information about the Pkg-owncloud-commits
mailing list