fix links in external plugins readme (#8307)

* fix awsalarms link in readme

* fix links
This commit is contained in:
Samantha Wang 2020-11-12 09:21:47 -08:00 committed by GitHub
parent dabea48a90
commit e0938382b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. block to look for this plugin.
1. Add usage and development instructions in the homepage of your repository for running 1. Add usage and development instructions in the homepage of your repository for running
your plugin with its respective `execd` plugin. Please refer to 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: 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. 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 1. The commands to unpack or build your binary