--- a/docs/Writerside/topics/linked_list.h.md Tue Sep 23 20:31:50 2025 +0200 +++ b/docs/Writerside/topics/linked_list.h.md Wed Sep 24 23:50:15 2025 +0200 @@ -3,7 +3,7 @@ On top of implementing the list interface, this header also defines several low-level functions that work with arbitrary structures. -The high level [list interface](list.h.md) is documented on a separate page and explains how lists are used +The high-level [list interface](list.h.md) is documented on a separate page and explains how lists are used that are created by one of the following functions. ```C