From e0938382b1e0f67901fb7e91a5e6b1acc243023b Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Thu, 12 Nov 2020 09:21:47 -0800 Subject: [PATCH] fix links in external plugins readme (#8307) * fix awsalarms link in readme * 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 aa3b5058a..abef068f5 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](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