README: Fix broken link
This commit is contained in:
@@ -4,7 +4,7 @@ A userspace daemon for interprocess communication.
|
||||
|
||||
## Usage
|
||||
|
||||
[Example usage](https://github.com/redox-os/chand/blob/master/examples/chan.rs)
|
||||
[Example usage](https://github.com/redox-os/ipcd/blob/master/examples/main.rs)
|
||||
|
||||
Simply open `chan:<name>` with O_CREAT where `<name>` is any name you'd like to create a listener.
|
||||
This listener can accept clients by calling `dup("listen")`.
|
||||
|
||||
Reference in New Issue
Block a user