This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a377d0d46a8 [hotfix][docs] List FileSystem also as a source
a377d0d46a8 is described below
commit a377d0d46a8b619bccecfcf35d88023aa89d41a9
Author: Ron Cohen <[email protected]>
AuthorDate: Wed Aug 31 11:49:20 2022 +0200
[hotfix][docs] List FileSystem also as a source
---
docs/content/docs/connectors/datastream/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/connectors/datastream/overview.md
b/docs/content/docs/connectors/datastream/overview.md
index 591cd894dde..c5e812d7b5e 100644
--- a/docs/content/docs/connectors/datastream/overview.md
+++ b/docs/content/docs/connectors/datastream/overview.md
@@ -42,7 +42,7 @@ Connectors provide code for interfacing with various
third-party systems. Curren
* [Apache Cassandra]({{< ref "docs/connectors/datastream/cassandra" >}})
(sink)
* [Amazon Kinesis Streams]({{< ref "docs/connectors/datastream/kinesis" >}})
(source/sink)
* [Elasticsearch]({{< ref "docs/connectors/datastream/elasticsearch" >}})
(sink)
- * [FileSystem]({{< ref "docs/connectors/datastream/filesystem" >}}) (sink)
+ * [FileSystem]({{< ref "docs/connectors/datastream/filesystem" >}})
(source/sink)
* [RabbitMQ]({{< ref "docs/connectors/datastream/rabbitmq" >}}) (source/sink)
* [Google PubSub]({{< ref "docs/connectors/datastream/pubsub" >}})
(source/sink)
* [Hybrid Source]({{< ref "docs/connectors/datastream/hybridsource" >}})
(source)