diff --git a/README.md b/README.md
index b625161..fd9cf6e 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* Python
* [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings [](https://travis-ci.org/dgrunwald/rust-cpython)
* [mitsuhiko/snaek](https://github.com/mitsuhiko/snaek) — helps to build Rust libraries and bridge them to Python with the help of cffi. [](https://travis-ci.org/mitsuhiko/snaek)
- * [PyO3/PyO3](https://github.com/PyO3/PyO3) — CPython Rust binding (a fork of rust-cpython) [](https://travis-ci.org/PyO3/PyO3)
+ * [PyO3/PyO3](https://github.com/PyO3/PyO3) — CPython Rust binding (a fork of rust-cpython) [](https://travis-ci.org/PyO3/pyo3)
* R
* [rustr/rustr](https://github.com/rustr/rustr) — use Rust from R, and use R in Rust [](https://travis-ci.org/rustr/rustr)
* Ruby