docs: fix socket_writer output format link (#11101)

This commit is contained in:
lambdaq 2022-05-17 03:49:35 +08:00 committed by GitHub
parent 0d18847f59
commit 09a863bd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ It can output data in any of the [supported output formats][formats].
## Data format to generate.
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
# data_format = "influx"
```