Skip to content

Commit d7a2754

Browse files
authored
Merge pull request #5941 from influxdata/docs/v3/examples-plugin-folder
Update Processing Engine example path to examples/wal_plugin
2 parents 81c4f49 + 7f8b4ed commit d7a2754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can copy example plugins from the [influxdb3_plugins repository](https://git
6363
git clone https://github.com/influxdata/influxdb3_plugins.git
6464

6565
# Copy example plugins to your plugin directory
66-
cp -r influxdb3_plugins/examples/write/* /path/to/plugins/
66+
cp -r influxdb3_plugins/examples/wal_plugin/* /path/to/plugins/
6767
```
6868

6969
#### Directly from GitHub

0 commit comments

Comments
 (0)