Skip to content

Commit a870757

Browse files
author
Pat
authored
source: fix chevron parsing (#712)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent aef829a commit a870757

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation/sources/download-source-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
For production systems, we strongly suggest that you always get the latest stable release of the source code in either zip or tarball format from Github using the following link pattern:
66

7-
https://github.com/fluent/fluent-bit/archive/refs/tags/v&lt;release version&gt.tar.gz
8-
https://github.com/fluent/fluent-bit/archive/refs/tags/v&lt;release version&gt.zip
7+
https://github.com/fluent/fluent-bit/archive/refs/tags/v&lt;release version&gt;.tar.gz
8+
https://github.com/fluent/fluent-bit/archive/refs/tags/v&lt;release version&gt;.zip
99

10-
For example for version 1.8.11 the link is the following: [https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.11.tar.gz](https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.11.tar.gz)
10+
For example for version 1.8.12 the link is the following: [https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz](https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz)
1111

1212
## Development
1313

14-
For people who aims to contribute to the project testing or extending the code base, can get the development version from our GIT repository:
14+
For anyone who aims to contribute to the project by testing or extending the code base, you can get the development version from our GIT repository:
1515

1616
```bash
1717
$ git clone https://github.com/fluent/fluent-bit
1818
```
1919

20-
Note that our _master_ branch is where the development of Fluent Bit happens. Since it's a development version, expect issues when compiling or at run time.
20+
Note that our _master_ branch is where the development of Fluent Bit happens.
21+
Since it's a development version, expect issues when compiling or at run time.
2122

2223
We encourage everybody to help us testing every development version, at the end this is what will become stable.
23-

0 commit comments

Comments
 (0)