diff --git a/Cargo.toml b/Cargo.toml index 34a81a61..e5964340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = [ ] homepage = "https://github.com/pyo3/pyo3" repository = "https://github.com/pyo3/pyo3.git" -documentation = "http://pyo3.github.io/PyO3/doc/pyo3/" +documentation = "http://pyo3.github.io/PyO3/pyo3/" categories = ["api-bindings", "development-tools::ffi"] license = "MIT/APACHE-2" exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] diff --git a/README.md b/README.md index cbfc7d88..56dfd0a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Rust](http://www.rust-lang.org/) bindings for the [python](https://www.python.org/) interpreter. -* [Documentation](http://pyo3.github.io/PyO3/doc/pyo3/) +* [Documentation](http://pyo3.github.io/PyO3/pyo3/) * Cargo package: [pyo3](https://crates.io/crates/pyo3) ---