[Pkg-owncloud-commits] [owncloud-doc] 10/60: use https when possible
David Prévot
taffit at moszumanska.debian.org
Tue Feb 25 19:06:54 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 946a45ea459ed530dfddc4dc9a454bf139b91fe9
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