From 88f874b10d2d3222ba2fbeecc617a1074c155637 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 28 Jan 2025 05:30:40 -0500 Subject: [PATCH] Fix link to plugins user guide (#123) --- 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.