Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/5045#discussion_r152608405 --- Diff: docs/concepts/programming-model.md --- @@ -132,14 +131,13 @@ One typically distinguishes different types of windows, such as *tumbling window <img src="../fig/windows.svg" alt="Time- and Count Windows" class="offset" width="80%" /> -More window examples can be found in this [blog post](https://flink.apache.org/news/2015/12/04/Introducing-windows.html). -More details are in the [window docs](../dev/stream/operators/windows.html). +You can find more window examples in this [blog post](https://flink.apache.org/news/2015/12/04/Introducing-windows.html) and in the [window documentation](../dev/stream/operators/windows.html). --- End diff -- Line break before "and".
---