From 7f8b4ed132f75a45218687a15133c5f3d805e245 Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 28 Mar 2025 15:59:21 -0700 Subject: [PATCH] updating source path in example --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 14c3ea033..e4661f43b 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -63,7 +63,7 @@ You can copy example plugins from the [influxdb3_plugins repository](https://git git clone https://github.com/influxdata/influxdb3_plugins.git # Copy example plugins to your plugin directory -cp -r influxdb3_plugins/examples/write/* /path/to/plugins/ +cp -r influxdb3_plugins/examples/wal_plugin/* /path/to/plugins/ ``` #### Directly from GitHub