Skip to content

Commit 223d8b5

Browse files
committed
testing fail
Signed-off-by: Lynette Miles <lynette.miles@chronosphere.io>
1 parent 82de1f2 commit 223d8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/memory-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ the worst case, the output plugin likely could use `20MB`.
1717
Fluent Bit has an internal binary representation for the data being processed. When
1818
this data reaches an output plugin, it can create its own representation in a new
1919
memory buffer for processing. The best examples are the
20-
[InfluxDB](manual/pipeline/outputs/influxdb.md) and
21-
[Elasticsearch](pipeline/outputs/elasticsearch.md) output plugins, which need to
20+
[InfluxDB](../pipeline/outputs/influxdb.md) and
21+
[Elasticsearch](../pipeline/outputs/elasticsearch.md) output plugins, which need to
2222
convert the binary representation to their respective custom JSON formats before
2323
sending data to the backend servers.
2424

0 commit comments

Comments
 (0)