From 8a9d15ba3574b2f7a0b277e574b1fa0c5042e66f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 25 Jan 2026 12:28:23 +0000 Subject: [PATCH] Fix link to examples in nbio --- core/nbio/doc.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nbio/doc.odin b/core/nbio/doc.odin index c43196923..15a21bbee 100644 --- a/core/nbio/doc.odin +++ b/core/nbio/doc.odin @@ -3,7 +3,7 @@ package nbio implements a non-blocking I/O and event loop abstraction layer over several platform-specific asynchronous I/O APIs. More examples can be found in Odin's examples repository -at [[ examples/nbio ; https://github.com/odin-lang/examples/nbio ]]. +at [[ examples/nbio ; https://github.com/odin-lang/examples/tree/master/nbio ]]. **Event Loop**: