diff --git a/pages/docs-efl-start.txt b/pages/docs-efl-start.txt index a158818cf..511566bbc 100644 --- a/pages/docs-efl-start.txt +++ b/pages/docs-efl-start.txt @@ -3,7 +3,7 @@ All our source repositories are on: - * [[http://git.enlightenment.org|git.enlightenment.org]] + * [[https://git.enlightenment.org|git.enlightenment.org]] Our source code is developed collaboratively in a pretty typical open source manner. Our master branches in git are where all new development goes into as it happens, thus they are technically "unstable". We try and keep master working and usable daily, as developers generally are living off master themselves, so bugs affect developers directly and immediately. Sometimes issues happen, but they tend to get fixed rapidly. @@ -18,17 +18,17 @@ Before you start you will want basic build tools installed such as: As any general anonymous user for the EFL core libraries: -git clone http://git.enlightenment.org/core/efl.git -git clone http://git.enlightenment.org/core/emotion_generic_players.git -git clone http://git.enlightenment.org/core/evas_generic_loaders.git +git clone https://git.enlightenment.org/core/efl.git +git clone https://git.enlightenment.org/core/emotion_generic_players.git +git clone https://git.enlightenment.org/core/evas_generic_loaders.git And for some sample well developed / maintained applications -git clone http://git.enlightenment.org/core/enlightenment.git -git clone http://git.enlightenment.org/apps/terminology.git -git clone http://git.enlightenment.org/apps/rage.git +git clone https://git.enlightenment.org/core/enlightenment.git +git clone https://git.enlightenment.org/apps/terminology.git +git clone https://git.enlightenment.org/apps/rage.git ==== Dependencies ==== @@ -81,7 +81,7 @@ git clone git+ssh://git@ instead of -git clone http:// +git clone https:// ~~DISCUSSIONS~~ \ No newline at end of file