From 958872266a03092cbe698979f6c1d48669e60ec2 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 21 Dec 2024 12:06:42 -0500 Subject: [PATCH] Fix link to plugins user guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbcd728..665d7a6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -Documentation for this functionality may also be found in the [Polars User Guide](https://docs.pola.rs/user-guide/expressions/plugins/). +Documentation for this functionality may also be found in the [Polars User Guide](https://docs.pola.rs/user-guide/plugins/). This is new functionality and should be preferred over `2.` as this will circumvent the GIL and will be the way we want to support extending polars.