docs: fix broken link (#9812)

This commit is contained in:
Samantha Wang 2021-10-18 11:52:04 -07:00 committed by GitHub
parent 2e230e6bf4
commit d729c0a6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,10 +65,10 @@ parameters is closely related have a single description.
# password = "" # password = ""
``` ```
An parameters should usually be describable in a few sentences. If it takes Parameters should usually be describable in a few sentences. If it takes
much more than this, try to provide a shorter explanation and provide a more much more than this, try to provide a shorter explanation and provide a more
complex description in the Configuration section of the plugins complex description in the Configuration section of the plugins
[README](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/EXAMPLE_README.md) [README](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/example)
Boolean parameters should be used judiciously. You should try to think of Boolean parameters should be used judiciously. You should try to think of
something better since they don't scale well, things are often not truly something better since they don't scale well, things are often not truly