diff --git a/docs/user-guide/expressions/plugins.md b/docs/user-guide/expressions/plugins.md index ac0444e32a391..412187fb3b1c7 100644 --- a/docs/user-guide/expressions/plugins.md +++ b/docs/user-guide/expressions/plugins.md @@ -228,4 +228,4 @@ fn haversine(inputs: &[Series]) -> PolarsResult { } ``` -That's all you need to know to get started. Take a look at to see how this all fits together. +That's all you need to know to get started. Take a look at this [repo](https://github.com/pola-rs/pyo3-polars/tree/main/example/derive_expression) to see how this all fits together.