Skip to content

Commit 0d10e2e

Browse files
Merge pull request #1609 from fluent/fix-a-few-links
2 parents 318b773 + a95abfb commit 0d10e2e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ request may suggest changes accordingly.
113113

114114
### URLs
115115

116-
When cross-linking to a page in this repository, use a full relative path whenever
116+
When cross-linking to a page in this repository, use a full absolute path whenever
117117
possible. For example:
118118

119119
```text
120-
[LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md)
120+
[LTSV](../pipeline/parsers/ltsv.md) and [Logfmt](../pipeline/parsers/logfmt.md)
121121
```
122122

123123
### Vale

local-testing/logging-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can test logging pipelines locally to observe how they handles log messages.
44

55
## Create a configuration file
66

7-
Start by creating a [Fluent Bit configuration file](/administration/configuring-fluent-bit/classic-mode/configuration-file) to test.
7+
Start by creating a [Fluent Bit configuration file](../administration/configuring-fluent-bit/classic-mode/configuration-file) to test.
88

99
{% code title="fluent-bit.conf" %}
1010
```text

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

Lines changed: 2 additions & 2 deletions
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)