Skip to content

Commit 97fe0f1

Browse files
author
Manuel Groß
committed
Fix broken link to list of plugins
Signed-off-by: Manuel Groß <manu@fairydust.email>
1 parent 3308ae8 commit 97fe0f1

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

how-to-guides/splunk-like-grep-and-alert-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Admittedly, this is a contrived example. In reality, you would set the threshold
117117

118118
You can learn more about Fluentd and its plugins by:
119119

120-
* exploring other [plugins](https://fluentd.org/plugin/)
120+
* exploring other [plugins](https://www.fluentd.org/plugins/)
121121
* asking questions on the [GitHub Discussions](https://github.com/fluent/fluentd/discussions)
122122
* [signing up for our newsletters](https://www.fluentd.org/newsletter)
123123

input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Input plugins extend Fluentd to retrieve and pull event logs from the external s
3535

3636
Refer to this list of available plugins to find out about other Input plugins:
3737

38-
* [Fluentd plugins](http://fluentd.org/plugin/)
38+
* [Fluentd plugins](https://www.fluentd.org/plugins/)
3939

4040
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.
4141

language-bindings/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Various [output plugins](../output/) are available for writing records to other
102102
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
103103
* [Output to Hadoop](../output/webhdfs.md)
104104
* [Output to File](../output/file.md)
105-
* [etc...](http://fluentd.org/plugin/)
105+
* [etc...](https://www.fluentd.org/plugins/)
106106

107107
### High-Availability Configurations of Fluentd
108108

language-bindings/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Various [output plugins](../output/) are available for writing records to other
122122
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
123123
* [Output to Hadoop](../output/webhdfs.md)
124124
* [Output to File](../output/file.md)
125-
* [etc...](http://fluentd.org/plugin/)
125+
* [etc...](https://www.fluentd.org/plugins/)
126126

127127
### High-Availability Configurations of Fluentd
128128

language-bindings/perl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other
8585
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
8686
* [Output to Hadoop](../output/webhdfs.md)
8787
* [Output to File](../output/file.md)
88-
* [etc...](http://fluentd.org/plugin/)
88+
* [etc...](https://www.fluentd.org/plugins/)
8989

9090
### High-Availability Configurations of Fluentd
9191

language-bindings/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other
8585
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
8686
* [Output to Hadoop](../output/webhdfs.md)
8787
* [Output to File](../output/file.md)
88-
* [etc...](http://fluentd.org/plugin/)
88+
* [etc...](https://www.fluentd.org/plugins/)
8989

9090
### High-Availability Configurations of Fluentd
9191

language-bindings/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Various [output plugins](../output/) are available for writing records to other
8484
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
8585
* [Output to Hadoop](../output/webhdfs.md)
8686
* [Output to File](../output/file.md)
87-
* [etc...](http://fluentd.org/plugin/)
87+
* [etc...](https://www.fluentd.org/plugins/)
8888

8989
### High-Availability Configurations of Fluentd
9090

language-bindings/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Various [output plugins](../output/) are available for writing records to other
7979
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
8080
* [Output to Hadoop](../output/webhdfs.md)
8181
* [Output to File](../output/file.md)
82-
* [etc...](http://fluentd.org/plugin/)
82+
* [etc...](https://www.fluentd.org/plugins/)
8383

8484
### High-Availability Configurations of Fluentd
8585

language-bindings/scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Various [output plugins](../output/) are available for writing records to other
108108
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
109109
* [Output to Hadoop](../output/webhdfs.md)
110110
* [Output to File](../output/file.md)
111-
* [etc...](http://fluentd.org/plugin/)
111+
* [etc...](https://www.fluentd.org/plugins/)
112112

113113
### High-Availability Configurations of Fluentd
114114

output/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Output plugins in v1 can control keys of buffer chunking by configurations, dyna
5858

5959
See this list of available plugins to find out more about other Output plugins:
6060

61-
* [other plugins](http://fluentd.org/plugin/)
61+
* [other plugins](https://www.fluentd.org/plugins/)
6262

6363
## Difference between v1.0 and v0.12
6464

0 commit comments

Comments
 (0)