Skip to content

Commit 2097cb4

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent b4d8ef7 commit 2097cb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation/sources/build-with-static-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Build with static configuration
22

3-
[Fluent Bit](https://fluentbit.io) in normal operation mode is configurable through [text
4-
files](https://github.com/fluent/fluent-bit-docs/tree/8ab2f4cda8dfdd8def7fa0cf5c7ffc23069e5a70/installation/configuration/file.md)
5-
or using specific arguments in the command line. While this is the ideal deployment
3+
[Fluent Bit](https://fluentbit.io) in normal operation mode is configurable through
4+
[text files](/installation/configuration/file.md)
5+
or using specific arguments in the command line. Although this is the ideal deployment
66
case, there are scenarios where a more restricted configuration is required. Static
77
configuration mode restricts configuration ability.
88

@@ -55,7 +55,7 @@ to the standard output interface.
5555
cd fluent-bit/build/
5656
```
5757

58-
1. Run CMake, appending the appending the `FLB_STATIC_CONF` option pointing to
58+
1. Run CMake, appending the `FLB_STATIC_CONF` option pointing to
5959
the configuration directory recently created:
6060

6161
```bash copy
@@ -68,7 +68,7 @@ to the standard output interface.
6868
make
6969
```
7070

71-
The `fluent-bit` binary generated is ready to run without further configuration:
71+
The generated `fluent-bit` binary is ready to run without additional configuration:
7272

7373
```bash
7474
$ bin/fluent-bit

0 commit comments

Comments
 (0)