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 fd07ab2d7a4541f76dde898d5dda87a516332744
Author: Dmitri Chudinov <dmitri.chudi...@gmail.com>
AuthorDate: Thu Jun 16 11:10:03 2022 -0700

    Wiki page main-loop.md changed with summary [] by Dmitri Chudinov
---
 pages/develop/guides/csharp/core/main-loop.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/guides/csharp/core/main-loop.md.txt b/pages/develop/guides/csharp/core/main-loop.md.txt
index f005e83ab..d4f70097e 100644
--- a/pages/develop/guides/csharp/core/main-loop.md.txt
+++ b/pages/develop/guides/csharp/core/main-loop.md.txt
@@ -34,7 +34,7 @@ This guide will put the application's main loop to a variety of uses.
 
 Timers allow events to be triggered periodically after the given time has elapsed. After an event callback has been registered with the timer, it will be called at regular intervals.
 
-You can find usage examples in the [EFL examples repository](https://git.enlightenment.org/tools/examples.git): [`reference/csharp/core/src/core_idler.cs`](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/csharp/core/src/core_idler.cs) and [`reference/csharp/core/src/core_poll.cs`](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/csharp/core/src/core_poll.cs).
+You can find usage examples in the [EFL examples repository](https://git.enlightenment.org/enlightenment/examples): [`reference/csharp/core/src/core_idler.cs`](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/csharp/core/src/core_idler.cs) and [`reference/csharp/core/src/core_poll.cs`](https://git.enlightenment.org/enlightenment/examples/src/branch/master/reference/csharp/core/src/core_poll.cs).
 
 ### Creating and Destroying Timers ###
 

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

Reply via email to