From 17edab98d511d559a20b5426e22b0b1020be5b0a Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 28 Nov 2023 21:44:54 +0100 Subject: [PATCH] docs(parsers.json_v2): Add links to testdata folder (#14358) --- plugins/parsers/json_v2/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/parsers/json_v2/README.md b/plugins/parsers/json_v2/README.md index 77d910d30..f7d243cf4 100644 --- a/plugins/parsers/json_v2/README.md +++ b/plugins/parsers/json_v2/README.md @@ -5,7 +5,7 @@ syntax supported is [GJSON Path Syntax](https://github.com/tidwall/gjson/blob/v1.7.5/SYNTAX.md), you can go to this playground to test out your GJSON path here: [gjson.dev/](https://gjson.dev). You can find multiple examples under the -`testdata` folder. +[`testdata`][] folder. ## Configuration @@ -252,7 +252,9 @@ file,title=The\ Lord\ Of\ The\ Rings author="Tolkien",random=2 ``` -You can find more complicated examples under the folder `testdata`. +You can find more complicated examples under the folder [`testdata`][]. + +[`testdata`]: https://github.com/influxdata/telegraf/tree/master/plugins/parsers/json_v2/testdata ## Types