PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Apache License 2.0
12.39k stars 765 forks source link

docs: fix broken links in python-from-rust.md #4564

Closed obi1kenobi closed 2 months ago

obi1kenobi commented 2 months ago

These links are currently broken in the docs: https://pyo3.rs/v0.22.3/python-from-rust#the-py-lifetime

I'm not particularly familiar with the docs setup for this repo, so this PR is my best-effort attempt at fixing the problem with a minimal fix in the spirit of the existing code.

obi1kenobi commented 2 months ago

My pleasure! I'm updating Trustfall to the latest PyO3 release, and it's been an awesome experience so far — excellent job navigating the complex transition 🚀