Fix links in changelog

This commit is contained in:
Daniel Nelson 2019-09-03 10:58:37 -07:00
parent e8a119b07b
commit 9463b894f2
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@
- [logstash](/plugins/inputs/logstash/README.md) - Contributed by @lkmcs @dmitryilyin @arkady-emelyanov
- [marklogic](/plugins/inputs/marklogic/README.md) - Contributed by @influxdata
- [openntpd](/plugins/inputs/openntpd/README.md) - Contributed by @aromeyer
- [uwsgi](/plugins/inputs/uswgi/README.md) - Contributed by @blaggacao
- [uwsgi](/plugins/inputs/uwsgi/README.md) - Contributed by @blaggacao
#### New Parsers
- [form_urlencoded](/plugins/processors/form_urlencoded/README.md) - Contributed by @byonchev
- [form_urlencoded](/plugins/parsers/form_urlencoded/README.md) - Contributed by @byonchev
#### New Processors

View File

@ -53,5 +53,5 @@ Output:
mymetric,tag1=foo field1=0.42,field2=42
```
[query_string]: https://en.wikipedia.org/wiki/Query_string
[query string]: https://en.wikipedia.org/wiki/Query_string
[http_listener_v2]: /plugins/inputs/http_listener_v2