Skip to content

Commit 3a994cd

Browse files
committed
Fixing the last links
Signed-off-by: Lynette Miles <[email protected]>
1 parent 0253119 commit 3a994cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pipeline/outputs/observe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Observe
22

3-
Use the [HTTP output plugin](`http`) to flush your records [into Observe](https://docs.observeinc.com/en/latest/content/data-ingestion/forwarders/fluentbit.html). It issues a POST request with the data records in [MessagePack](http://msgpack.org) (or JSON) format.
3+
Use the [HTTP output plugin](./http.md) to flush your records [into Observe](https://docs.observeinc.com/en/latest/content/data-ingestion/forwarders/fluentbit.html). It issues a POST request with the data records in [MessagePack](http://msgpack.org) (or JSON) format.
44

55
## Configuration parameters
66

pipeline/processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Additionally, filters can be implemented in a way that mimics the behavior of pr
66

77
{% hint style="info" %}
88

9-
Only [YAML configuration files](../../administration/configuring-fluent-bit/yaml/configuration-file.md) support processors.
9+
Only [YAML configuration files](../administration/configuring-fluent-bit/yaml.md) support processors.
1010

1111
{% endhint %}
1212

pipeline/router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create flexible routing rules
44

55
# Router
66

7-
Routing is a core feature that lets you route your data through filters and then to one or multiple destinations. The router relies on the concept of [Tags](../concepts/key-concepts.md) and [Matching](../key-concepts.md) rules.
7+
Routing is a core feature that lets you route your data through filters and then to one or multiple destinations. The router relies on the concept of [Tags](../concepts/key-concepts.md) and [Matching](../concepts/key-concepts.md) rules.
88

99
```mermaid
1010
graph LR

0 commit comments

Comments
 (0)