Skip to content

Commit fb7ac0d

Browse files
fix bad links
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 53b98ce commit fb7ac0d

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

about/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: An overview of free public labs for learning how to successfully us
66

77
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=83d7b072-bdfc-4f7d-810d-3ab42267ff54" />
88

9-
To use these lab resources to their full extent, you'll need to [install](../installation/downloads) resources in your local environment to test and run Fluent Bit.
9+
To use these lab resources to their full extent, you'll need to [install](../installation/downloads.md) resources in your local environment to test and run Fluent Bit.
1010

1111
## O11y workshops by Chronosphere
1212

installation/downloads.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ The Fluent Bit build process requires the following components:
1111

1212
- Compiler: GCC or clang
1313
- CMake
14-
- Flex and Bison: Required for [Stream Processor](../stream-processing/overview) or [Record Accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor)
14+
- Flex and Bison: Required for [Stream Processor](../stream-processing/overview.md) or [Record Accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor.md)
1515
- Libyaml development headers and libraries
1616

1717
Certain features of Fluent Bit depend on additional third-party components. For example, output plugins with special backend libraries like Kafka include those libraries in the main source code repository.
1818

1919
## Build from source code
2020

21-
You can [build and install Fluent Bit from its source code](../installation/downloads/source). There are also platform-specific guides for building Fluent Bit from source on [macOS](../installation/downloads/macos#compile-from-source) and [Windows](../installation/downloads/windows#compile-from-source).
21+
You can [build and install Fluent Bit from its source code](../installation/downloads/source.md). There are also platform-specific guides for building Fluent Bit from source on [macOS](../installation/downloads/macos#compile-from-source.md) and [Windows](../installation/downloads/windows#compile-from-source.md).
2222

2323
## Supported platforms and packages
2424

@@ -28,30 +28,30 @@ To install Fluent Bit from one of the available packages, use the installation m
2828

2929
Fluent Bit is available for the following container deployments:
3030

31-
- [Containers on AWS](../installation/downloads/aws-container)
32-
- [Docker](../installation/downloads/docker)
33-
- [Kubernetes](../installation/downloads/kubernetes)
31+
- [Containers on AWS](../installation/downloads/aws-container.md)
32+
- [Docker](../installation/downloads/docker.md)
33+
- [Kubernetes](../installation/downloads/kubernetes.md)
3434

3535
### Linux
3636

37-
Fluent Bit is available on [Linux](../installation/downloads/linux), including the following distributions:
37+
Fluent Bit is available on [Linux](../installation/downloads/linux.md), including the following distributions:
3838

39-
- [Amazon Linux](../installation/downloads/linux/amazon-linux)
40-
- [Buildroot embedded Linux](../installation/downloads/linux/buildroot-embedded-linux)
41-
- [Debian](../installation/downloads/linux/debian)
42-
- [Raspbian and Raspberry Pi](../installation/downloads/linux/raspbian-raspberry-pi)
43-
- [Red Hat and CentOS](../installation/downloads/linux/redhat-centos)
44-
- [Rocky Linux and Alma Linux](../installation/downloads/linux/alma-rocky)
45-
- [Ubuntu](../installation/downloads/linux/ubuntu)
46-
- [Yocto embedded Linux](../installation/downloads/linux/yocto-embedded-linux)
39+
- [Amazon Linux](../installation/downloads/linux/amazon-linux.md)
40+
- [Buildroot embedded Linux](../installation/downloads/linux/buildroot-embedded-linux.md)
41+
- [Debian](../installation/downloads/linux/debian.md)
42+
- [Raspbian and Raspberry Pi](../installation/downloads/linux/raspbian-raspberry-pi.md)
43+
- [Red Hat and CentOS](../installation/downloads/linux/redhat-centos.md)
44+
- [Rocky Linux and Alma Linux](../installation/downloads/linux/alma-rocky.md)
45+
- [Ubuntu](../installation/downloads/linux/ubuntu.md)
46+
- [Yocto embedded Linux](../installation/downloads/linux/yocto-embedded-linux.md)
4747

4848
### macOS
4949

50-
Fluent Bit is available on [macOS](../installation/downloads/macos).
50+
Fluent Bit is available on [macOS](../installation/downloads/macos.md).
5151

5252
### Windows
5353

54-
Fluent Bit is available on [Windows](../installation/downloads/windows).
54+
Fluent Bit is available on [Windows](../installation/downloads/windows.md).
5555

5656
### Other platforms
5757

0 commit comments

Comments
 (0)