update link to example py extension
This commit is contained in:
parent
818fc4b127
commit
60a965edc3
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue