diff --git a/pages/develop/guides/c/eina/tools/logging.md.txt b/pages/develop/guides/c/eina/tools/logging.md.txt index e58fbfb08..7352f07e1 100644 --- a/pages/develop/guides/c/eina/tools/logging.md.txt +++ b/pages/develop/guides/c/eina/tools/logging.md.txt @@ -41,7 +41,7 @@ It is suggested to not use ``__FILE__``, ``__FUNCTION__`` or ``__LINE__`` when w ## Logging Example ## -The following example, available for download from the [Enlightenment Project git repository](https://git.enlightenment.org/tools/examples.git/tree/reference/c/eina/src/eina_log.c), demonstrates the control of logging from within an application. +The following example, available for download from the [Enlightenment Project git repository](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/c/eina/src/eina_log.c), demonstrates the control of logging from within an application. ```c #define EFL_EO_API_SUPPORT 1