From 689b4639982bb5cec12b45654f57a6816007532c Mon Sep 17 00:00:00 2001 From: Steven Soroka Date: Tue, 22 Sep 2020 11:38:45 -0400 Subject: [PATCH] Starlark readme url fix --- plugins/processors/starlark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/starlark/README.md b/plugins/processors/starlark/README.md index dafdd85a1..961151a7f 100644 --- a/plugins/processors/starlark/README.md +++ b/plugins/processors/starlark/README.md @@ -154,7 +154,7 @@ Attempting to modify the global scope will fail with an error. - [scale](/plugins/processors/starlark/testdata/scale.star) - Multiply any field by a number - [number logic](/plugins/processors/starlark/testdata/number_logic.star) - transform a numerical value to another numerical value - [pivot](/plugins/processors/starlark/testdata/pivot.star) - Pivots a key's value to be the key for another key. -- [value filter](plugins/processors/starlark/testdata/value_filter.star) - remove a metric based on a field value. +- [value filter](/plugins/processors/starlark/testdata/value_filter.star) - remove a metric based on a field value. [All examples](/plugins/processors/starlark/testdata) are in the testdata folder.