Skip to content

Commit

Permalink
Fix broken links to PyO3 building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS authored and messense committed Oct 19, 2024
1 parent c5da528 commit 90a2fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ format for the pyo3 features, where `XX` is corresponds to a Python version.
For example `abi3-py37` will indicate a minimum Python version of 3.7.

> **Note**: Read more about abi3 support in [pyo3's
> documentation](https://pyo3.rs/latest/building_and_distribution.html#py_limited_apiabi3).
> documentation](https://pyo3.rs/latest/building-and-distribution#py_limited_apiabi3).
### Cross Compiling

pyo3 bindings has decent cross compilation support.
For manylinux support the [manylinux-cross](https://github.com/rust-cross/manylinux-cross) docker images can be used.

> **Note**: Read more about cross compiling in [pyo3's
> documentation](https://pyo3.rs/latest/building_and_distribution.html#cross-compiling).
> documentation](https://pyo3.rs/latest/building-and-distribution#cross-compiling).
## `cffi`

Expand Down

0 comments on commit 90a2fe1

Please sign in to comment.