Skip to content

Commit 74b95b3

Browse files
author
Pat
authored
source: add Github links (#691)
* source: add Github links Signed-off-by: Patrick Stephens <[email protected]> * source: switch to Github Signed-off-by: Patrick Stephens <[email protected]>
1 parent 75841e8 commit 74b95b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

installation/sources/download-source-code.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Stable
44

5-
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:
5+
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://fluentbit.io/release/1.7/fluent-bit-&lt;release version&gt;. 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)
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
9+
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)
811

912
## Development
1013

0 commit comments

Comments
 (0)