update link to example py extension

This commit is contained in:
Nikolay Kim 2017-06-15 14:30:11 -07:00
parent 818fc4b127
commit 60a965edc3

View file

@ -114,7 +114,7 @@
//! ```
//!
//! The full example project can be found at:
//! <https://github.com/PyO3/setuptools-rust/tree/master/example/extensions>
//! <https://github.com/PyO3/setuptools-rust/tree/master/example/>
//!
//! Rust will compile the code into a file named `libhello.so`, but we have to
//! rename the file in order to use it with Python: