This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit fd2bdd0421afde3af1f0c7e793816052815261a7
Author: Philippe Jean Guillaumie <[email protected]>
AuthorDate: Sat Jun 4 23:25:50 2022 -0700
Wiki page start changed with summary [Fix git urls] by Philippe Jean Guillaumie
---
pages/docs/distros/start.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/docs/distros/start.txt b/pages/docs/distros/start.txt
index e20ace993..c8e9ef978 100644
--- a/pages/docs/distros/start.txt
+++ b/pages/docs/distros/start.txt
@@ -18,15 +18,15 @@ Before you start you will want basic build tools installed such as:
As any general anonymous user for the EFL core libraries:
<code bash>
-git clone https://git.enlightenment.org/core/efl.git
+git clone http://git.enlightenment.org/enlightenment/efl.git
</code>
And for some sample well developed / maintained applications
<code bash>
-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
+git clone http://git.enlightenment.org/enlightenment/enlightenment.git
+git clone http://git.enlightenment.org/enlightenment/terminology.git
+git clone http://git.enlightenment.org/enlightenment/rage.git
</code>
==== Dependencies ====
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.