From 9288cf024cf9ca0ca72f0a256ea00f126fdb9250 Mon Sep 17 00:00:00 2001 From: Carl Friedrich Bolz-Tereick Date: Wed, 10 Feb 2021 14:01:24 +0100 Subject: [PATCH] Fix the PyPy link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d86163..de7e23f3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.45.0. Building with PyPy is also possible (via cpyext) for Python 3.6, targeted PyPy version is 7.3+. -Please refer to the [pypy section in the guide](https://pyo3.rs/master/pypy.html). +Please refer to the [pypy section in the guide](https://pyo3.rs/master/building_and_distribution/pypy.html). You can either write a native Python module in Rust, or use Python from a Rust binary.