diff --git a/README.md b/README.md index 1e8e20ca..d29e13c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# PyO3 [![Build Status](https://travis-ci.org/PyO3/PyO3.svg?branch=master)](https://travis-ci.org/PyO3/PyO3) +# PyO3 [![Build Status](https://travis-ci.org/PyO3/pyo3.svg?branch=master)](https://travis-ci.org/PyO3/pyo3) [Rust](http://www.rust-lang.org/) bindings for the [python](https://www.python.org/) interpreter. -* [User Guide](https://pyo3.github.io/PyO3/guide/) -* [API Documentation](http://pyo3.github.io/PyO3/pyo3/) +* [User Guide](https://pyo3.github.io/pyo3/guide/) +* [API Documentation](http://pyo3.github.io/pyo3/pyo3/) * Cargo package: [pyo3](https://crates.io/crates/pyo3) --- diff --git a/guide/src/overview.md b/guide/src/overview.md index 84b66ab6..dc4f5a22 100644 --- a/guide/src/overview.md +++ b/guide/src/overview.md @@ -1,8 +1,8 @@ # Overview -[![Build Status](https://travis-ci.org/PyO3/PyO3.svg?branch=master)](https://travis-ci.org/PyO3/PyO3) +[![Build Status](https://travis-ci.org/PyO3/pyo3.svg?branch=master)](https://travis-ci.org/PyO3/pyo3) [![Latest Version](https://img.shields.io/crates/v/pyo3.svg)](https://crates.io/crates/pyo3) -[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](http://pyo3.github.io/PyO3/pyo3/) +[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](http://pyo3.github.io/pyo3/pyo3/) PyO3 is a [Rust](http://www.rust-lang.org/) bindings for the [Python](https://www.python.org/) interpreter.