From a8707570925196a064d995d3453739217470be0a Mon Sep 17 00:00:00 2001 From: Pat Date: Wed, 16 Feb 2022 17:54:38 +0000 Subject: [PATCH] source: fix chevron parsing (#712) Signed-off-by: Patrick Stephens --- installation/sources/download-source-code.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installation/sources/download-source-code.md b/installation/sources/download-source-code.md index 618382519..b82d74098 100644 --- a/installation/sources/download-source-code.md +++ b/installation/sources/download-source-code.md @@ -4,20 +4,20 @@ 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: -https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.tar.gz -https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.zip +https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.tar.gz +https://github.com/fluent/fluent-bit/archive/refs/tags/v<release version>.zip -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) +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) ## Development -For people who aims to contribute to the project testing or extending the code base, can get the development version from our GIT repository: +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: ```bash $ git clone https://github.com/fluent/fluent-bit ``` -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. +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. We encourage everybody to help us testing every development version, at the end this is what will become stable. -