From 19a6c507f9fb08db912ab623b139fa56dc319aad Mon Sep 17 00:00:00 2001 From: Pat Date: Wed, 2 Feb 2022 12:38:58 +0000 Subject: [PATCH] source: add Github links (#691) * source: add Github links Signed-off-by: Patrick Stephens * source: switch to Github Signed-off-by: Patrick Stephens --- installation/sources/download-source-code.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installation/sources/download-source-code.md b/installation/sources/download-source-code.md index b0f5f86b5..618382519 100644 --- a/installation/sources/download-source-code.md +++ b/installation/sources/download-source-code.md @@ -2,9 +2,12 @@ ## Stable -For production systems, we strongly suggest that you always get the latest stable release from our web site, you can get the official tarballs \(.tar.gz\) from using the following link pattern: +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://fluentbit.io/release/1.7/fluent-bit-<release version>. For example for version 1.7.4 the link is the following: [https://fluentbit.io/releases/1.7/fluent-bit-1.7.4.tar.gz](https://fluentbit.io/releases/1.7/fluent-bit-1.7.4.tar.gz) +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) ## Development