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 f21ce9b  [hotfix][docs] Fix FileSystem index link
f21ce9b is described below

commit f21ce9bf47845eab444074a1539e8d8a74b52047
Author: Aloys <[email protected]>
AuthorDate: Thu Jun 27 20:32:10 2019 +0800

    [hotfix][docs] Fix FileSystem index link
---
 docs/dev/connectors/streamfile_sink.md    | 2 +-
 docs/dev/connectors/streamfile_sink.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/connectors/streamfile_sink.md 
b/docs/dev/connectors/streamfile_sink.md
index 353a1f8..9017447 100644
--- a/docs/dev/connectors/streamfile_sink.md
+++ b/docs/dev/connectors/streamfile_sink.md
@@ -24,7 +24,7 @@ under the License.
 -->
 
 This connector provides a Sink that writes partitioned files to filesystems
-supported by the [Flink `FileSystem` abstraction]({{ 
site.baseurl}}/ops/filesystems.html).
+supported by the [Flink `FileSystem` abstraction]({{ 
site.baseurl}}/ops/filesystems/index.html).
 
 Since in streaming the input is potentially infinite, the streaming file sink 
writes data
 into buckets. The bucketing behaviour is configurable but a useful default is 
time-based
diff --git a/docs/dev/connectors/streamfile_sink.zh.md 
b/docs/dev/connectors/streamfile_sink.zh.md
index 420bb94..40b104b 100644
--- a/docs/dev/connectors/streamfile_sink.zh.md
+++ b/docs/dev/connectors/streamfile_sink.zh.md
@@ -24,7 +24,7 @@ under the License.
 -->
 
 This connector provides a Sink that writes partitioned files to filesystems
-supported by the [Flink `FileSystem` abstraction]({{ 
site.baseurl}}/ops/filesystems.html).
+supported by the [Flink `FileSystem` abstraction]({{ 
site.baseurl}}/ops/filesystems/index.html).
 
 Since in streaming the input is potentially infinite, the streaming file sink 
writes data
 into buckets. The bucketing behaviour is configurable but a useful default is 
time-based

Reply via email to