Skip to content

Commit 6f0931f

Browse files
local-testing: validating-your-data-and-structure: fix links
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 9b5b639 commit 6f0931f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local-testing/validating-your-data-and-structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ record --> stdout
3737

3838
Add data validation between each step to ensure your data structure is correct.
3939

40-
This example uses the [Expect](/pipeline/filters/expect) filter.
40+
This example uses the [Expect](../pipeline/filters/expect) filter.
4141

4242
```mermaid
4343
flowchart LR
@@ -99,7 +99,7 @@ The following Fluent Bit configuration file configures a pipeline to consume the
9999
match *
100100
```
101101

102-
If the JSON parser fails or is missing in the [Tail](/pipeline/inputs/tail) input (`parser json`), the Expect filter triggers the `exit` action.
102+
If the JSON parser fails or is missing in the [Tail](../pipeline/inputs/tail) input (`parser json`), the Expect filter triggers the `exit` action.
103103

104104
To extend the pipeline, add a Grep filter to match records that map `label` containing a key called `name` with value the `abc`, and add an Expect filter to re-validate that condition:
105105

0 commit comments

Comments
 (0)