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 4ba407a0e1c3883e58026fd40d273f239e40ff94
Author: Dmitri Chudinov <[email protected]>
AuthorDate: Sat May 21 03:14:59 2022 -0700
Wiki page lifecycle.md changed with summary [] by Dmitri Chudinov
---
pages/develop/tutorials/c/lifecycle.md.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/develop/tutorials/c/lifecycle.md.txt b/pages/develop/tutorials/c/lifecycle.md.txt
index 15b4f6674..8b029f4d8 100644
--- a/pages/develop/tutorials/c/lifecycle.md.txt
+++ b/pages/develop/tutorials/c/lifecycle.md.txt
@@ -190,7 +190,7 @@ efl_main(void *data EINA_UNUSED, const Efl_Event *ev)
EFL_MAIN_EX()
```
-A copy of this program is available in the EFL git repository: [tutorial/c/lifecycle/src/lifecycle_main.c](https://git.enlightenment.org/tools/examples.git/tree/tutorial/c/lifecycle/src/lifecycle_main.c).
+A copy of this program is available in the EFL git repository: [tutorial/c/lifecycle/src/lifecycle_main.c](https://git.enlightenment.org/enlightenment/examples/src/branch/master/tutorial/c/lifecycle/src/lifecycle_main.c).
Execute the program and you will see how it receives events for Launch, Pause, Resume and Termination, spaced every second.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.