Skip to content

Commit d2967ef

Browse files
authored
backpressure: fix broken link 'Tail Input' (fluent#509)
Signed-off-by: Youngchae Na <[email protected]>
1 parent c944509 commit d2967ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/backpressure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ After some seconds if the scheduler was able to flush the initial 700KB of data
4444

4545
Each plugin is independent and not all of them implements the **pause** and **resume** callbacks. As said, these callbacks are just a notification mechanism for the plugin.
4646

47-
The plugin who implements and keep a good state is the [Tail Input](https://github.com/fluent/fluent-bit-docs/tree/b78cfe98123e74e165f2b6669229da009258f34e/input/tail.md) plugin. When the **pause** callback is triggered, it stop their collectors and stop appending data. Upon **resume**, it re-enable the collectors.
47+
The plugin who implements and keep a good state is the [Tail Input](../pipeline/inputs/tail.md) plugin. When the **pause** callback is triggered, it stop their collectors and stop appending data. Upon **resume**, it re-enable the collectors.
4848

0 commit comments

Comments
 (0)