This is an automated email from the ASF dual-hosted git repository.

nkruber 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 26af121  [hotfix][docs] link tags in zh docs require .zh.md links
26af121 is described below

commit 26af1215d46089f3c66407e108ede9968cb9b8f7
Author: David Anderson <da...@alpinegizmo.com>
AuthorDate: Fri Apr 24 09:23:06 2020 +0200

    [hotfix][docs] link tags in zh docs require .zh.md links
---
 docs/dev/event_time.zh.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev/event_time.zh.md b/docs/dev/event_time.zh.md
index a25122f..dbe964f 100644
--- a/docs/dev/event_time.zh.md
+++ b/docs/dev/event_time.zh.md
@@ -26,13 +26,13 @@ under the License.
 
 In this section you will learn about writing time-aware Flink programs. Please
 take a look at [Timely Stream Processing]({% link
-concepts/timely-stream-processing.md %}) to learn about the concepts behind
+concepts/timely-stream-processing.zh.md %}) to learn about the concepts behind
 timely stream processing.
 
 For information about how to use time in Flink programs refer to
-[windowing]({% link dev/stream/operators/windows.md %}) and
+[windowing]({% link dev/stream/operators/windows.zh.md %}) and
 [ProcessFunction]({% link
-dev/stream/operators/process_function.md %}).
+dev/stream/operators/process_function.zh.md %}).
 
 * toc
 {:toc}

Reply via email to