You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ A framework combining C language state machines and multicast asynchronous callb
35
35
36
36
<p>A CMake build offers easy experimentation in Windows, Linux and other platforms. No platform specific API's are utilized so any compiler toolchain will suffice.</p>
37
37
38
-
Related articles:
38
+
Related repositories:
39
39
40
40
<ul>
41
-
<li><a href="https://github.com/endurodave/C_StateMachine">State Machine Design in C</a> - by David Lafreniere</li>
42
-
<li><a href="https://github.com/endurodave/C_AsyncCallback">Asynchronous Callbacks in C</a> - by David Lafreniere</li>
43
-
<li><a href="https://github.com/endurodave/C_Allocator">A Fixed Block Allocator in C</a> - by David Lafreniere</li>
44
-
<li><a href="https://github.com/endurodave/StateMachine">State Machine Design in C++</a> - by David Lafreniere</li>
41
+
<li><a href="https://github.com/endurodave/C_StateMachine">State Machine Design in C</a></li>
42
+
<li><a href="https://github.com/endurodave/C_AsyncCallback">Asynchronous Callbacks in C</a></li>
43
+
<li><a href="https://github.com/endurodave/C_Allocator">A Fixed Block Allocator in C</a></li>
44
+
<li><a href="https://github.com/endurodave/StateMachine">State Machine Design in C++</a></li>
0 commit comments