Fix link in README.md

This commit is contained in:
simon-i1-h 2017-01-24 00:03:48 +09:00 committed by GitHub
parent 79def9759b
commit 0276f551db

View file

@ -2,6 +2,6 @@
This library allows Rust code to invoke system calls directly.
See the [list of supported platforms](https://github.com/kmcallister/syscall.rs/tree/master/src/platform). Additions are very welcome!
See the [list of supported platforms](https://github.com/japaric/syscall.rs/tree/master/src/platform). Additions are very welcome!
We do not intend to provide wrapper functions like `read(2)` etc. because there are many subtly different ways to define them in Rust.