From e25d29a5145e7797417415da82d5431a749fe59c Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 12:42:07 -0700 Subject: [PATCH] fix(influxdb3): fix broken links in plugins documentation --- content/shared/influxdb3-plugins/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/shared/influxdb3-plugins/_index.md b/content/shared/influxdb3-plugins/_index.md index bf1b27505..becaa9026 100644 --- a/content/shared/influxdb3-plugins/_index.md +++ b/content/shared/influxdb3-plugins/_index.md @@ -311,7 +311,7 @@ def process_request(influxdb3_local, query_parameters, request_headers, request_ 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 +- [Install any Python dependencies](#manage-plugin-dependencies) your plugin requires - Learn how to [extend plugins with the API](/influxdb3/version/extend-plugin/) ## Set up a trigger @@ -592,7 +592,7 @@ These examples install the specified Python package (for example, pandas) into t > If you need to create a custom virtual environment, use the Python interpreter bundled with InfluxDB 3. Don't use the system Python. > Creating a virtual environment with the system Python (for example, using `python -m venv`) can lead to runtime errors and plugin failures. > ->For more information, see the [processing engine README](https://github.com/influxdata/influxdb/blob/main/README_processing_engine.md#official-builds). +>For more information, see the [processing engine README](https://github.com/influxdata/influxdb/blob/main/README_processing_engine.md). {{% /code-placeholders %}}