From 387eec6ae1f3ae13568c604eb7077bb2f45fc4fd Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 2 Nov 2021 09:38:27 -0700 Subject: [PATCH] Fix shim and other link (#3336) --- content/telegraf/v1.20/external_plugins/_index.md | 2 +- content/telegraf/v1.20/external_plugins/shim.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content/telegraf/v1.20/external_plugins/_index.md b/content/telegraf/v1.20/external_plugins/_index.md index a0addc02a..4b0085b13 100644 --- a/content/telegraf/v1.20/external_plugins/_index.md +++ b/content/telegraf/v1.20/external_plugins/_index.md @@ -14,7 +14,7 @@ more flexibility compared to internal Telegraf plugins. Benefits to using extern - Using licensed software (not available to open source community) - Including large dependencies that would otherwise bloat Telegraf - Using your external plugin immediately without waiting for the Telegraf team to publish -- Easily convert plugins between internal and external using the [shim](/plugins/common/shim) +- Easily convert plugins between internal and external using the [shim](/telegraf/latest/external_plugins/shim/) diff --git a/content/telegraf/v1.20/external_plugins/shim.md b/content/telegraf/v1.20/external_plugins/shim.md index 5be33f372..f76e62941 100644 --- a/content/telegraf/v1.20/external_plugins/shim.md +++ b/content/telegraf/v1.20/external_plugins/shim.md @@ -9,12 +9,11 @@ menu: --- The shim makes it easy to extract an internal input, -processor, or output plugin from the main Telegraf repo out to a stand-alone -repo. This allows anyone to build and run it as a separate app using one of the +processor, or output plugin from the main Telegraf repo out to a stand-alone repo. This allows anyone to build and run it as a separate app using one of the `execd` plugins: - [inputs.execd](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/execd) - [processors.execd](https://github.com/influxdata/telegraf/blob/master//plugins/processors/execd) -- [outputs.execd](https://github.com/influxdata/telegraf/blob/master//plugins/outputs/execd) +- [outputs.execd](https://github.com/influxdata/telegraf/blob/master/plugins/outputs/execd) ## Extract a plugin using the shim wrapper