rongzhg 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_r332450652
########## 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: English version has been updated already on master branch. So i changed the URL in Chinese version ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
