From 59862e7be2d21a421be79e63a0de1b4faad44623 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:45:19 -0700 Subject: [PATCH 1/2] fix awsalarms link in readme --- docs/EXTERNAL_PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EXTERNAL_PLUGINS.md b/docs/EXTERNAL_PLUGINS.md index aa3b5058aa8b4..cd3ce151d154e 100644 --- a/docs/EXTERNAL_PLUGINS.md +++ b/docs/EXTERNAL_PLUGINS.md @@ -56,7 +56,7 @@ This is a guide to help you set up your plugin to use it with `execd` block to look for this plugin. 1. Add usage and development instructions in the homepage of your repository for running your plugin with its respective `execd` plugin. Please refer to - [openvpn](/danielnelson/telegraf-execd-openvpn#usage) and [awsalarms](/vipinvkmenon/awsalarms#installation) + [openvpn](/danielnelson/telegraf-execd-openvpn#usage) and [awsalarms](https://github.com/vipinvkmenon/awsalarms#installation) for examples. Include the following steps: 1. How to download the release package for your platform or how to clone the binary for your external plugin 1. The commands to unpack or build your binary From 502606f3d221d5a12978fa0ee9c44561c790246b Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Wed, 11 Nov 2020 17:30:34 -0800 Subject: [PATCH 2/2] fix links --- docs/EXTERNAL_PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EXTERNAL_PLUGINS.md b/docs/EXTERNAL_PLUGINS.md index cd3ce151d154e..abef068f50f48 100644 --- a/docs/EXTERNAL_PLUGINS.md +++ b/docs/EXTERNAL_PLUGINS.md @@ -56,7 +56,7 @@ This is a guide to help you set up your plugin to use it with `execd` block to look for this plugin. 1. Add usage and development instructions in the homepage of your repository for running your plugin with its respective `execd` plugin. Please refer to - [openvpn](/danielnelson/telegraf-execd-openvpn#usage) and [awsalarms](https://github.com/vipinvkmenon/awsalarms#installation) + [openvpn](https://github.com/danielnelson/telegraf-execd-openvpn#usage) and [awsalarms](https://github.com/vipinvkmenon/awsalarms#installation) for examples. Include the following steps: 1. How to download the release package for your platform or how to clone the binary for your external plugin 1. The commands to unpack or build your binary