Update content/shared/v3-core-plugins/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-09 12:47:45 -07:00 committed by GitHub
parent a7336e1d6f
commit 48eb52bbba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ After writing your plugin:
- [Create a trigger](#use-the-create-trigger-command) to connect your plugin to database events
- [Install any Python dependencies](#install-python-dependencies) your plugin requires
- Learn how to [extend plugins with API](/influxdb3/shared/v3-core-plugins/)
- Learn how to [extend plugins with the API](/influxdb3/version/extend-plugin/)
## Set up a trigger