hotfix(influxdb3): Plugins: broken link to /extend-plugin/

hotfix-plugin-doc
Jason Stirnaman 2025-05-13 13:13:40 -05:00
parent f3e4e8fdcd
commit cbd46d0f46
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Plugins have various functions such as:
- Access keyword arguments (as `args`) passed from _trigger arguments_ configurations
- Access the `influxdb3_local` shared API to write data, query data, and managing state between executions
For more information about available functions, arguments, and how plugins interact with InfluxDB, see the [Extended Plugin API documentation](/influxdb3/shared/v3-core-plugins/).
For more information about available functions, arguments, and how plugins interact with InfluxDB, see how to [Extend plugins](/influxdb3/version/extend-plugin/).
### Create a custom plugin