From 80e6bdb00532da0d4eefd859da19eeb3f1ef51fa Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 3 Feb 2025 10:10:28 -0600 Subject: [PATCH] fix(3): Broken links to CLI reference --- content/shared/v3-core-get-started/_index.md | 8 ++++---- content/shared/v3-enterprise-get-started/_index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 517aae42b..f53c341a2 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -578,7 +578,7 @@ To use the Processing engine, you create [plugins](#plugin) and [triggers](#trig #### Plugin A plugin is a Python function that has a signature compatible with one of the [trigger types](#trigger-types). -The [`influxdb3 create plugin`](/influxdb3/core/influxdb3-cli/create/plugin/) command loads a Python plugin file into the server. +The [`influxdb3 create plugin`](/influxdb3/core/reference/cli/influxdb3/create/plugin/) command loads a Python plugin file into the server. #### Trigger @@ -766,9 +766,9 @@ influxdb3 enable trigger --database mydb trigger1 For more information, see the following: -- [`influxdb3 test wal_plugin`](/influxdb3/core/influxdb3-cli/test/wal_plugin/) -- [`influxdb3 create plugin`](/influxdb3/core/influxdb3-cli/create/plugin/) -- [`influxdb3 create trigger`](/influxdb3/core/influxdb3-cli/create/trigger/) +- [`influxdb3 test wal_plugin`](/influxdb3/core/reference/cli/influxdb3/test/wal_plugin/) +- [`influxdb3 create plugin`](/influxdb3/core/reference/cli/influxdb3/create/plugin/) +- [`influxdb3 create trigger`](/influxdb3/core/reference/cli/influxdb3/create/trigger/) ### Diskless architecture diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index a50743516..ecda5a6fa 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -571,7 +571,7 @@ To use the Processing engine, you create [plugins](#plugin) and [triggers](#trig #### Plugin A plugin is a Python function that has a signature compatible with one of the [trigger types](#trigger-types). -The [`influxdb3 create plugin`](/influxdb3/enterprise/influxdb3-cli/create/plugin/) command loads a Python plugin file into the server. +The [`influxdb3 create plugin`](/influxdb3/enterprise/reference/cli/influxdb3/create/plugin/) command loads a Python plugin file into the server. #### Trigger @@ -759,9 +759,9 @@ influxdb3 enable trigger --database mydb trigger1 For more information, see the following: -- [`influxdb3 test wal_plugin`](/influxdb3/enterprise/influxdb3-cli/test/wal_plugin/) -- [`influxdb3 create plugin`](/influxdb3/enterprise/influxdb3-cli/create/plugin/) -- [`influxdb3 create trigger`](/influxdb3/enterprise/influxdb3-cli/create/trigger/) +- [`influxdb3 test wal_plugin`](/influxdb3/enterprise/reference/cli/influxdb3/test/wal_plugin/) +- [`influxdb3 create plugin`](/influxdb3/enterprise/reference/cli/influxdb3/create/plugin/) +- [`influxdb3 create trigger`](/influxdb3/enterprise/reference/cli/influxdb3/create/trigger/) ### Diskless architecture