Change http:// links to https://

This commit is contained in:
RealRancor
2016-01-13 14:15:21 +01:00
parent 7af6a2154f
commit 5cef9fec02
23 changed files with 50 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ This tutorial will outline how to create a very simple notes app. The finished a
Setup
=====
After the `development tool <https://github.com/owncloud/ocdev/blob/master/README.rst#installation>`_ has been installed the :doc:`development environment needs to be set up <../general/devenv>`. This can be done by either `downloading the zip from the website <http://owncloud.org/install/>`_ or cloning it directly from GitHub::
After the `development tool <https://github.com/owncloud/ocdev/blob/master/README.rst#installation>`_ has been installed the :doc:`development environment needs to be set up <../general/devenv>`. This can be done by either `downloading the zip from the website <https://owncloud.org/install/>`_ or cloning it directly from GitHub::
ocdev setup core --dir owncloud --branch $BRANCH