Skip to content

Commit

Permalink
better user guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Harbeck committed Jan 31, 2025
1 parent e0b1436 commit 10d1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/plugins/io_plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IO Plugins

Besides [expression plugins](./index.md), we also support IO plugins. These allow you to register
Besides [expression plugins](./expr_plugins.md), we also support IO plugins. These allow you to register
different file formats as sources to the Polars engines. Because sources can move data zero copy via
Arrow FFI and sources can produce large chunks of data before returning, we've decided to interface
to IO plugins via Python for now, as we don't think the short time the GIL is needed should lead to
Expand Down

0 comments on commit 10d1447

Please sign in to comment.