update links
This commit is contained in:
parent
ed31492d36
commit
52ade64bf7
|
@ -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.
|
[Rust](http://www.rust-lang.org/) bindings for the [python](https://www.python.org/) interpreter.
|
||||||
|
|
||||||
* [User Guide](https://pyo3.github.io/PyO3/guide/)
|
* [User Guide](https://pyo3.github.io/pyo3/guide/)
|
||||||
* [API Documentation](http://pyo3.github.io/PyO3/pyo3/)
|
* [API Documentation](http://pyo3.github.io/pyo3/pyo3/)
|
||||||
* Cargo package: [pyo3](https://crates.io/crates/pyo3)
|
* Cargo package: [pyo3](https://crates.io/crates/pyo3)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Overview
|
# 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)
|
[![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.
|
PyO3 is a [Rust](http://www.rust-lang.org/) bindings for the [Python](https://www.python.org/) interpreter.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue