fix some more git refs in docs

This commit is contained in:
Carsten Haitzler 2022-06-16 13:31:31 +01:00
parent 1d15d8143f
commit becc2bd1ad
9 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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/).
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/).

View File

@ -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 ===

View File

@ -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.

View File

@ -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/*.

View File

@ -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/*.

View File

@ -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/*.

View File

@ -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:

View File

@ -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