Skip to content

Commit 24708d3

Browse files
committed
Fix broken links (fluent#565)
Signed-off-by: Toby Lam <[email protected]>
1 parent 74b8605 commit 24708d3

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

installation/install-fluent-package/install-by-deb-fluent-package.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This article explains how to install stable versions of `fluent-package` deb pac
44

55
## What is `fluent-package`?
66

7-
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
7+
Please see [fluent-package-v5-vs-td-agent](../../quickstart/fluent-package-v5-vs-td-agent.md).
88

99
## How to install `fluent-package`
1010

@@ -19,17 +19,17 @@ NOTE:
1919
{% hint style='danger' %}
2020
The following are deprecated td-agent (EOL) information:
2121

22-
* About [Treasure Agent (td-agent) v4 (EOL)](https://www.fluentd.org/blog/schedule-for-td-agent-4-eol), See [Install by DEB Package v4](install-by-deb-td-agent-v4.md).
23-
* About [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by DEB Package v3](install-by-deb-td-agent-v3.md).
22+
* About [Treasure Agent (td-agent) v4 (EOL)](https://www.fluentd.org/blog/schedule-for-td-agent-4-eol), See [Install by DEB Package v4](../install-by-deb-td-agent-v4.md).
23+
* About [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by DEB Package v3](../install-by-deb-td-agent-v3.md).
2424
{% endhint %}
2525

2626
### Step 0: Before Installation
2727

28-
Please follow the [Pre-installation Guide](before-install.md) to configure your OS properly.
28+
Please follow the [Pre-installation Guide](../before-install.md) to configure your OS properly.
2929

3030
### Step 1: Install from Apt Repository
3131

32-
NOTE: If your OS is not supported, consider [gem installation](install-by-gem.md) instead.
32+
NOTE: If your OS is not supported, consider [gem installation](../install-by-gem.md) instead.
3333

3434
A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package.
3535

@@ -148,15 +148,15 @@ $ tail -n 1 /var/log/fluent/fluentd.log
148148
You are now ready to collect real logs with Fluentd. Refer to the following tutorials on how to collect data from various sources:
149149

150150
* Basic Configuration
151-
* [Config File](../configuration/config-file.md)
151+
* [Config File](../../configuration/config-file.md)
152152
* Application Logs
153-
* [Ruby](../language-bindings/ruby.md), [Java](../language-bindings/java.md), [Python](../language-bindings/python.md), [PHP](../language-bindings/php.md),
153+
* [Ruby](../../language-bindings/ruby.md), [Java](../../language-bindings/java.md), [Python](../../language-bindings/python.md), [PHP](../../language-bindings/php.md),
154154

155-
[Perl](../language-bindings/perl.md), [Node.js](../language-bindings/nodejs.md), [Scala](../language-bindings/scala.md)
155+
[Perl](../../language-bindings/perl.md), [Node.js](../../language-bindings/nodejs.md), [Scala](../../language-bindings/scala.md)
156156
* Examples
157-
* [Store Apache Log into Amazon S3](../how-to-guides/apache-to-s3.md)
158-
* [Store Apache Log into MongoDB](../how-to-guides/apache-to-mongodb.md)
159-
* [Data Collection into HDFS](../how-to-guides/http-to-hdfs.md)
157+
* [Store Apache Log into Amazon S3](../../how-to-guides/apache-to-s3.md)
158+
* [Store Apache Log into MongoDB](../../how-to-guides/apache-to-mongodb.md)
159+
* [Data Collection into HDFS](../../how-to-guides/http-to-hdfs.md)
160160

161161
{% hint style='info' %}
162162
There are some commercial supports for Fluentd, see [Enterprise Services](https://www.fluentd.org/enterprise_services).

installation/install-fluent-package/install-by-dmg-fluent-package.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This article explains how to install stable versions of `fluent-package` dmg pac
44

55
## What is `fluent-package`?
66

7-
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
7+
Please see [fluent-package-v5-vs-td-agent](../../quickstart/fluent-package-v5-vs-td-agent.md).
88

99
## How to install `fluent-package`
1010

@@ -17,8 +17,8 @@ NOTE:
1717
{% hint style='danger' %}
1818
The following are deprecated td-agent (EOL) information:
1919

20-
* About Treasure Agent (td-agent) v4, see [Install by .dmg Package \(macOS\)](install-by-dmg-td-agent-v4.md).
21-
* About deprecated [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by DEB Package v3](install-by-deb-td-agent-v3.md).
20+
* About Treasure Agent (td-agent) v4, see [Install by .dmg Package \(macOS\)](../install-by-dmg-td-agent-v4.md).
21+
* About deprecated [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by DEB Package v3](../install-by-deb-td-agent-v3.md).
2222
{% endhint %}
2323

2424
<!-- Revise instructions when fluent-package with homebrew was released
@@ -80,15 +80,15 @@ To uninstall `fluent-package` from macOS, remove these files / directories:
8080
You are now ready to collect real logs with Fluentd. Refer to the following tutorials on how to collect data from various sources:
8181

8282
* Basic Configuration
83-
* [Config File](../configuration/config-file.md)
83+
* [Config File](../../configuration/config-file.md)
8484
* Application Logs
85-
* [Ruby](../language-bindings/ruby.md), [Java](../language-bindings/java.md), [Python](../language-bindings/python.md), [PHP](../language-bindings/php.md),
85+
* [Ruby](../../language-bindings/ruby.md), [Java](../../language-bindings/java.md), [Python](../../language-bindings/python.md), [PHP](../../language-bindings/php.md),
8686

87-
[Perl](../language-bindings/perl.md), [Node.js](../language-bindings/nodejs.md), [Scala](../language-bindings/scala.md)
87+
[Perl](../../language-bindings/perl.md), [Node.js](../../language-bindings/nodejs.md), [Scala](../../language-bindings/scala.md)
8888
* Examples
89-
* [Store Apache Log into Amazon S3](../how-to-guides/apache-to-s3.md)
90-
* [Store Apache Log into MongoDB](../how-to-guides/apache-to-mongodb.md)
91-
* [Data Collection into HDFS](../how-to-guides/http-to-hdfs.md)
89+
* [Store Apache Log into Amazon S3](../../how-to-guides/apache-to-s3.md)
90+
* [Store Apache Log into MongoDB](../../how-to-guides/apache-to-mongodb.md)
91+
* [Data Collection into HDFS](../../how-to-guides/http-to-hdfs.md)
9292

9393
{% hint style='info' %}
9494
There are some commercial supports for Fluentd, see [Enterprise Services](https://www.fluentd.org/enterprise_services).

installation/install-fluent-package/install-by-msi-fluent-package.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The recommended way to install Fluentd on Windows is to use MSI installers of `f
99
* Includes Ruby and other library dependencies \(since most Windows machines don't have them installed\).
1010
* Includes a set of commonly-used 3rd-party plugins such as `in_windows_eventlog2`.
1111

12-
You can also see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
12+
You can also see [fluent-package-v5-vs-td-agent](../../quickstart/fluent-package-v5-vs-td-agent.md).
1313

1414
## How to install `fluent-package`
1515

1616
{% hint style='danger' %}
1717
The following are deprecated td-agent (EOL) information:
1818

19-
* About deprecated [Treasure Agent (td-agent) v4 (EOL)](https://www.fluentd.org/blog/schedule-for-td-agent-4-eol), see [Install by .msi Installer v4 (Windows)](install-by-msi-td-agent-v4.md).
20-
* About deprecated [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by msi Package v3](install-by-msi-td-agent-v3.md).
19+
* About deprecated [Treasure Agent (td-agent) v4 (EOL)](https://www.fluentd.org/blog/schedule-for-td-agent-4-eol), see [Install by .msi Installer v4 (Windows)](../install-by-msi-td-agent-v4.md).
20+
* About deprecated [Treasure Agent (td-agent) 3 will not be maintained anymore](https://www.fluentd.org/blog/schedule-for-td-agent-3-eol), see [Install by msi Package v3](../install-by-msi-td-agent-v3.md).
2121
* Do not directly upgrade from v3 to v5. Such a workflow is not supported. It causes a trouble. Upgrade in stages. (v3 to v4, then v4 to v5)
2222
{% endhint %}
2323

@@ -26,7 +26,7 @@ The following are deprecated td-agent (EOL) information:
2626
Download the latest MSI installer from [the download page](https://td-agent-package-browser.herokuapp.com/5/windows). Run the installer and follow the wizard.
2727
If you want to use Long Term Support version, use [LTS](https://td-agent-package-browser.herokuapp.com/lts/5/windows).
2828

29-
![fluent-package installation wizard](../.gitbook/assets/fluent-package5-wizard.png)
29+
![fluent-package installation wizard](../../.gitbook/assets/fluent-package5-wizard.png)
3030

3131
### Step 2: Set up `fluentd.conf`
3232

@@ -56,7 +56,7 @@ Open `C:/opt/fluent/etc/fluent/fluentd.conf` with a text editor. Replace the con
5656

5757
Open Windows Start menu, and search `Fluent Package Command Prompt`. In most environments, the program will be found right under the "Recently Added" section or "Best match" section.
5858

59-
![Windows start menu and Fluent Package Command Prompt](../.gitbook/assets/fluent-package5-menu.png)
59+
![Windows start menu and Fluent Package Command Prompt](../../.gitbook/assets/fluent-package5-menu.png)
6060

6161
`Fluent Package Command Prompt` is basically `cmd.exe`, with a few PATH tweaks for Fluentd programs. Use this program whenever you need to interact with Fluentd.
6262

@@ -70,7 +70,7 @@ C:\opt\fluent> fluentd
7070

7171
Now `fluentd` starts listening to Windows Eventlog, and will print records to stdout as they occur.
7272

73-
![Fluent Package Command Prompt](../.gitbook/assets/fluent-package5-prompt.png)
73+
![Fluent Package Command Prompt](../../.gitbook/assets/fluent-package5-prompt.png)
7474

7575
### Step 5: Run `fluentd` as Windows service
7676

@@ -120,19 +120,19 @@ C:\opt\fluent> fluent-gem install fluent-plugin-xyz --version=1.2.3
120120
You are now ready to collect real logs with Fluentd. Refer to the following tutorials on how to collect data from various sources:
121121

122122
* Basic Configuration
123-
* [Config File](../configuration/config-file.md)
123+
* [Config File](../../configuration/config-file.md)
124124
* Application Logs
125-
* [Ruby](../language-bindings/ruby.md)
126-
* [Java](../language-bindings/java.md)
127-
* [Python](../language-bindings/python.md)
128-
* [PHP](../language-bindings/php.md)
129-
* [Perl](../language-bindings/perl.md)
130-
* [Node.js](../language-bindings/nodejs.md)
131-
* [Scala](../language-bindings/scala.md)
125+
* [Ruby](../../language-bindings/ruby.md)
126+
* [Java](../../language-bindings/java.md)
127+
* [Python](../../language-bindings/python.md)
128+
* [PHP](../../language-bindings/php.md)
129+
* [Perl](../../language-bindings/perl.md)
130+
* [Node.js](../../language-bindings/nodejs.md)
131+
* [Scala](../../language-bindings/scala.md)
132132
* Examples
133-
* [Store Apache Log into Amazon S3](../how-to-guides/apache-to-s3.md)
134-
* [Store Apache Log into MongoDB](../how-to-guides/apache-to-mongodb.md)
135-
* [Data Collection into HDFS](../how-to-guides/http-to-hdfs.md)
133+
* [Store Apache Log into Amazon S3](../../how-to-guides/apache-to-s3.md)
134+
* [Store Apache Log into MongoDB](../../how-to-guides/apache-to-mongodb.md)
135+
* [Data Collection into HDFS](../../how-to-guides/http-to-hdfs.md)
136136

137137
{% hint style='info' %}
138138
There are some commercial supports for Fluentd, see [Enterprise Services](https://www.fluentd.org/enterprise_services).

installation/install-fluent-package/install-by-rpm-fluent-package.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This article explains how to install stable versions of `fluent-package` rpm pac
44

55
## What is `fluent-package`?
66

7-
Please see [fluent-package-v5-vs-td-agent](../quickstart/fluent-package-v5-vs-td-agent.md).
7+
Please see [fluent-package-v5-vs-td-agent](../../quickstart/fluent-package-v5-vs-td-agent.md).
88

99
## How to install `fluent-package`
1010

@@ -25,13 +25,13 @@ The following are deprecated td-agent (EOL) information:
2525

2626
### Step 0: Before Installation
2727

28-
Please follow the [Pre-installation Guide](before-install.md) to configure your OS properly.
28+
Please follow the [Pre-installation Guide](../before-install.md) to configure your OS properly.
2929

3030
### Step 1: Install from `rpm` Repository
3131

32-
It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in the logs. See [Pre-installation Guide](before-install.md).
32+
It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in the logs. See [Pre-installation Guide](../before-install.md).
3333

34-
NOTE: If your OS is not supported, consider [gem installation](install-by-gem.md) instead.
34+
NOTE: If your OS is not supported, consider [gem installation](../install-by-gem.md) instead.
3535

3636
#### Red Hat
3737

@@ -127,15 +127,15 @@ $ tail -n 1 /var/log/fluent/fluentd.log
127127
You are now ready to collect real logs with Fluentd. Refer to the following tutorials on how to collect data from various sources:
128128

129129
* Basic Configuration
130-
* [Config File](../configuration/config-file.md)
130+
* [Config File](../../configuration/config-file.md)
131131
* Application Logs
132-
* [Ruby](../language-bindings/ruby.md), [Java](../language-bindings/java.md), [Python](../language-bindings/python.md), [PHP](../language-bindings/php.md),
132+
* [Ruby](../../language-bindings/ruby.md), [Java](../../language-bindings/java.md), [Python](../../language-bindings/python.md), [PHP](../../language-bindings/php.md),
133133

134-
[Perl](../language-bindings/perl.md), [Node.js](../language-bindings/nodejs.md), [Scala](../language-bindings/scala.md)
134+
[Perl](../../language-bindings/perl.md), [Node.js](../../language-bindings/nodejs.md), [Scala](../../language-bindings/scala.md)
135135
* Examples
136-
* [Store Apache Log into Amazon S3](../how-to-guides/apache-to-s3.md)
137-
* [Store Apache Log into MongoDB](../how-to-guides/apache-to-mongodb.md)
138-
* [Data Collection into HDFS](../how-to-guides/http-to-hdfs.md)
136+
* [Store Apache Log into Amazon S3](../../how-to-guides/apache-to-s3.md)
137+
* [Store Apache Log into MongoDB](../../how-to-guides/apache-to-mongodb.md)
138+
* [Data Collection into HDFS](../../how-to-guides/http-to-hdfs.md)
139139

140140
{% hint style='info' %}
141141
There are some commercial supports for Fluentd, see [Enterprise Services](https://www.fluentd.org/enterprise_services).

0 commit comments

Comments
 (0)