Skip to content

Commit

Permalink
fix link to pyo3 documentation
Browse files Browse the repository at this point in the history
Has been broken since pyo3 0.14.2
  • Loading branch information
mbway committed Dec 9, 2024
1 parent 69db163 commit 06082e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ pub fn find_bridge(cargo_metadata: &Metadata, bridge: Option<&str>) -> Result<Br
eprintln!(
"⚠️ Warning: You're building a library without activating {lib}'s \
`extension-module` feature. \
See https://pyo3.rs/v{version}/building_and_distribution.html#linking"
See https://pyo3.rs/v{version}/building-and-distribution.html#the-extension-module-feature"
);
}

Expand Down

0 comments on commit 06082e5

Please sign in to comment.