You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/30 11:48:47 UTC

[GitHub] [flink] klion26 commented on a change in pull request #9716: [FLINK-14116][docs] Translate changes on Getting Started Overview to …

klion26 commented on a change in pull request #9716: [FLINK-14116][docs] Translate changes on Getting Started Overview to …
URL: https://github.com/apache/flink/pull/9716#discussion_r329535174
 
 

 ##########
 File path: docs/getting-started/index.zh.md
 ##########
 @@ -46,7 +46,7 @@ under the License.
 <!--
 * The [**DataStream API**]() code walkthrough shows how to implement a simple DataStream application and how to extend it to be stateful and use timers.
 -->
-* [**DataStream API 示例**](./tutorials/datastream_api.html) 展示了如何编写一个基本的 DataStream 应用程序。 DataStream API 是 Flink 的主要抽象,用于通过 Java 或 Scala 实现具有复杂时间语义的有状态数据流处理的应用程序。
+* [**DataStream API 示例**](./walkthroughs/datastream_api.html) 展示了如何编写一个基本的 DataStream 应用程序,以及如何在 DataStream 程序中使用状态或者timer。 DataStream API 是 Flink 的主要抽象,用于通过 Java 或 Scala 实现具有复杂时间语义的有状态数据流处理的应用程序。
 
 Review comment:
   Why do you change the link for "DataStream API 示例", if the link needs to be updated indeed, do we need to update the English version also?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services