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 becc2bd1ad30446927679b0915d0684096ca5132
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu Jun 16 13:31:31 2022 +0100

    fix some more git refs in docs
---
 pages/contrib/docs/eo.md.txt             | 2 +-
 pages/develop/legacy/start.md.txt        | 2 +-
 pages/develop/legacy/tutorial/start.txt  | 2 +-
 pages/docs/distros/fedora-start.md.txt   | 2 +-
 pages/docs/distros/freebsd-start.md.txt  | 2 +-
 pages/docs/distros/openbsd-start.md.txt  | 2 +-
 pages/docs/distros/opensuse-start.md.txt | 2 +-
 pages/docs/distros/osx-start.md.txt      | 2 +-
 pages/docs/playground/osx-start.md.txt   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pages/contrib/docs/eo.md.txt b/pages/contrib/docs/eo.md.txt
index 6e57d75c2..17fa62eef 100644
--- a/pages/contrib/docs/eo.md.txt
+++ b/pages/contrib/docs/eo.md.txt
@@ -624,7 +624,7 @@ You can find handy syntax highlighting config files for different editors [here]
 
 1. ``legacy_prefix: null;`` - deprecated, do not use.
 1. The default naming is the class/struct/enum name all in lower case with periods replaced with _ (e.g. Elm.Widget.Item -> elm_widget_item). No need to set it to that value.
-1. Document the properties themselves, not the set/get sections separately. For example look at [Efl.Image.smooth_scale](https://git.enlightenment.org/core/efl.git/tree/src/lib/efl/interfaces/efl_image.eo#n25) for an example:
+1. Document the properties themselves, not the set/get sections separately. For example look at [Efl.Image.smooth_scale](https://git.enlightenment.org/enlightenment/efl/tree/src/lib/efl/interfaces/efl_image.eo#n25) for an example:
 
         @property smooth_scale {
             [[Whether to use high-quality image scaling algorithm for this image.
diff --git a/pages/develop/legacy/start.md.txt b/pages/develop/legacy/start.md.txt
index 3e3a3b019..34c5b3977 100644
--- a/pages/develop/legacy/start.md.txt
+++ b/pages/develop/legacy/start.md.txt
@@ -12,4 +12,4 @@ The underlying concepts and main modules all have programming guides as well. Th
 
 ## Examples
 
-The examples for the stable API are included in our source distribution and can be browsed at our [git repository](https://git.enlightenment.org/core/efl.git/tree/src/examples/).
\ No newline at end of file
+The examples for the stable API are included in our source distribution and can be browsed at our [git repository](https://git.enlightenment.org/enlightenment/efl/tree/src/examples/).
\ No newline at end of file
diff --git a/pages/develop/legacy/tutorial/start.txt b/pages/develop/legacy/tutorial/start.txt
index 1ef06ec28..08f7a890f 100644
--- a/pages/develop/legacy/tutorial/start.txt
+++ b/pages/develop/legacy/tutorial/start.txt
@@ -28,7 +28,7 @@ Elementary is about displaying its widgets in a nice layout, for this purpose it
 See too  :
   * [[https://www.enlightenment.org/develop/legacy/api/c/start#infralist.html|Infrastruture list]]
 
-Once efl installed, you can see widgets in action by running elementary_test program, and corresponding code examples in [[https://git.enlightenment.org/core/efl.git/tree/src/bin/elementary]]
+Once efl installed, you can see widgets in action by running elementary_test program, and corresponding code examples in [[https://git.enlightenment.org/enlightenment/efl/tree/src/bin/elementary]]
 
 === Samples ===
 
diff --git a/pages/docs/distros/fedora-start.md.txt b/pages/docs/distros/fedora-start.md.txt
index 1543b9303..f4706c47c 100644
--- a/pages/docs/distros/fedora-start.md.txt
+++ b/pages/docs/distros/fedora-start.md.txt
@@ -111,7 +111,7 @@ Download the bleeding edge version of EFL by cloning it from the git repository.
 By default, *git* is installed in Fedora, so the first step is to clone EFL's source code:
 
 ```bash
-git clone https://git.enlightenment.org/core/efl.git
+git clone https://git.enlightenment.org/enlightenment/efl
 ```
 
 This will create a a directory named ``efl/``. You can now ``cd`` into the ``efl/`` folder and follow step 3, 4 and 5 from the above instructions.
diff --git a/pages/docs/distros/freebsd-start.md.txt b/pages/docs/distros/freebsd-start.md.txt
index ade30ba61..9f4beacda 100644
--- a/pages/docs/distros/freebsd-start.md.txt
+++ b/pages/docs/distros/freebsd-start.md.txt
@@ -103,7 +103,7 @@ pkg install git
 Next clone EFL's source code:
 
 ```bash
-git clone https://git.enlightenment.org/core/efl.git
+git clone https://git.enlightenment.org/enlightenment/efl
 ```
 
 This will create a a directory named *efl/*.
diff --git a/pages/docs/distros/openbsd-start.md.txt b/pages/docs/distros/openbsd-start.md.txt
index 847a0bf23..a0928d8f2 100644
--- a/pages/docs/distros/openbsd-start.md.txt
+++ b/pages/docs/distros/openbsd-start.md.txt
@@ -100,7 +100,7 @@ pkg_add git
 Next clone EFL's source code:
 
 ```bash
-git clone https://git.enlightenment.org/core/efl.git
+git clone https://git.enlightenment.org/enlightenment/efl
 ```
 
 This will create a directory named *efl/*.
diff --git a/pages/docs/distros/opensuse-start.md.txt b/pages/docs/distros/opensuse-start.md.txt
index 6ff3ba1fc..7e5152c32 100644
--- a/pages/docs/distros/opensuse-start.md.txt
+++ b/pages/docs/distros/opensuse-start.md.txt
@@ -125,7 +125,7 @@ sudo zypper install git
 Next clone EFL's source code:
 
 ```bash
-git clone https://git.enlightenment.org/core/efl.git
+git clone https://git.enlightenment.org/enlightenment/efl
 ```
 
 This will create a a directory called *efl/*.
diff --git a/pages/docs/distros/osx-start.md.txt b/pages/docs/distros/osx-start.md.txt
index bf72a1412..16f92a4cf 100644
--- a/pages/docs/distros/osx-start.md.txt
+++ b/pages/docs/distros/osx-start.md.txt
@@ -133,7 +133,7 @@ export LDFLAGS="-Wl,-headerpad_max_install_names ${LDFLAGS}"
 Now that you've installed all the required packages, you can download EFL itself directly from the git repository. Open Terminal and run:
 
 ```bash
-git clone https://git.enlightenment.org/core/efl.git
+git clone https://git.enlightenment.org/enlightenment/efl
 ```
 
 This will create a a directory called *efl/*. Use ``cd`` to switch to the new directory, then compile EFL:
diff --git a/pages/docs/playground/osx-start.md.txt b/pages/docs/playground/osx-start.md.txt
index cc0f93f8b..36b585a32 100644
--- a/pages/docs/playground/osx-start.md.txt
+++ b/pages/docs/playground/osx-start.md.txt
@@ -100,7 +100,7 @@ export LDFLAGS="-Wl,-headerpad_max_install_names ${LDFLAGS}"
 Installing dependancies on OS X is painful, but now you did it (congrats'), you can grab the sources from the git repository:
 
 <code bash>
-git clone https://git.enlightenment.org/core/efl.git # Get the sources
+git clone https://git.enlightenment.org/enlightenment/efl # Get the sources
 cd efl # Go to repository you cloned
 ./autogen.sh --disable-cxx-bindings
 make -j $(nproc) # Compile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to