From 97fe0f11d7705b8681fb8903362ed7813eea2882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gro=C3=9F?= Date: Tue, 14 Jul 2026 17:54:37 +0200 Subject: [PATCH] Fix broken link to list of plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Groß --- how-to-guides/splunk-like-grep-and-alert-email.md | 2 +- input/README.md | 2 +- language-bindings/java.md | 2 +- language-bindings/nodejs.md | 2 +- language-bindings/perl.md | 2 +- language-bindings/php.md | 2 +- language-bindings/python.md | 2 +- language-bindings/ruby.md | 2 +- language-bindings/scala.md | 2 +- output/README.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/how-to-guides/splunk-like-grep-and-alert-email.md b/how-to-guides/splunk-like-grep-and-alert-email.md index 2149ea11..ae81c759 100644 --- a/how-to-guides/splunk-like-grep-and-alert-email.md +++ b/how-to-guides/splunk-like-grep-and-alert-email.md @@ -117,7 +117,7 @@ Admittedly, this is a contrived example. In reality, you would set the threshold You can learn more about Fluentd and its plugins by: -* exploring other [plugins](https://fluentd.org/plugin/) +* exploring other [plugins](https://www.fluentd.org/plugins/) * asking questions on the [GitHub Discussions](https://github.com/fluent/fluentd/discussions) * [signing up for our newsletters](https://www.fluentd.org/newsletter) diff --git a/input/README.md b/input/README.md index 109f21b2..afc06a11 100644 --- a/input/README.md +++ b/input/README.md @@ -35,7 +35,7 @@ Input plugins extend Fluentd to retrieve and pull event logs from the external s Refer to this list of available plugins to find out about other Input plugins: -* [Fluentd plugins](http://fluentd.org/plugin/) +* [Fluentd plugins](https://www.fluentd.org/plugins/) If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. diff --git a/language-bindings/java.md b/language-bindings/java.md index 7c6abf90..918cc062 100644 --- a/language-bindings/java.md +++ b/language-bindings/java.md @@ -102,7 +102,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/nodejs.md b/language-bindings/nodejs.md index 337dcfbf..53d251f0 100644 --- a/language-bindings/nodejs.md +++ b/language-bindings/nodejs.md @@ -122,7 +122,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/perl.md b/language-bindings/perl.md index 229cfc3c..78909b67 100644 --- a/language-bindings/perl.md +++ b/language-bindings/perl.md @@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/php.md b/language-bindings/php.md index 3c2147f5..df3da7bc 100644 --- a/language-bindings/php.md +++ b/language-bindings/php.md @@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/python.md b/language-bindings/python.md index 985fb917..c74505d1 100644 --- a/language-bindings/python.md +++ b/language-bindings/python.md @@ -84,7 +84,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/ruby.md b/language-bindings/ruby.md index 7af1e2bd..1d2beb6e 100644 --- a/language-bindings/ruby.md +++ b/language-bindings/ruby.md @@ -79,7 +79,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/language-bindings/scala.md b/language-bindings/scala.md index 8b6b4402..d7c751cd 100644 --- a/language-bindings/scala.md +++ b/language-bindings/scala.md @@ -108,7 +108,7 @@ Various [output plugins](../output/) are available for writing records to other * [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md) * [Output to Hadoop](../output/webhdfs.md) * [Output to File](../output/file.md) - * [etc...](http://fluentd.org/plugin/) + * [etc...](https://www.fluentd.org/plugins/) ### High-Availability Configurations of Fluentd diff --git a/output/README.md b/output/README.md index 3c4a9aa5..6179c87e 100644 --- a/output/README.md +++ b/output/README.md @@ -58,7 +58,7 @@ Output plugins in v1 can control keys of buffer chunking by configurations, dyna See this list of available plugins to find out more about other Output plugins: -* [other plugins](http://fluentd.org/plugin/) +* [other plugins](https://www.fluentd.org/plugins/) ## Difference between v1.0 and v0.12