aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2026-01-25 12:28:23 +0000
committergingerBill <gingerBill@users.noreply.github.com>2026-01-25 12:28:23 +0000
commit8a9d15ba3574b2f7a0b277e574b1fa0c5042e66f (patch)
treec1c88353d68978f14a75de27dd65f7d5065d5c71
parentcc4a7ec11c0ea30d493eaabc131edfe70811bf21 (diff)
Fix link to examples in nbio
-rw-r--r--core/nbio/doc.odin2
1 files changed, 1 insertions, 1 deletions
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**: