From 9b358ff7a5be53c0e1b65f1dae4ae1bcb2d0444c Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sun, 6 Jun 2021 17:41:41 +0530 Subject: [PATCH] Update out_multiinstance plugin path in readme Update out_multiinstance plugin path in readme to point to the plugin in master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6b777..d5b8f04 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ When creating a Fluent Bit Output plugin, the _output_ package can be used as fo import "github.com/fluent/fluent-bit-go/output" ``` -For a more practical example please refer to the [out\_multiinstance plugin][multiinstance] implementation located at: +For a more practical example please refer to the [out_multiinstance plugin](./examples/out_multiinstance) implementation ## Contact