Github user uce commented on a diff in the pull request:

    https://github.com/apache/incubator-flink/pull/54#discussion_r14445968
  
    --- Diff: docs/iterations.md ---
    @@ -162,7 +164,7 @@ setFinalState(solution);
     In the following example, every vertex has an **ID** and a **coloring**. 
Each vertex will propagete its vertex ID to neighboring vertices. The **goal** 
is to *assign the minimum ID to every vertex in a subgraph*. If a received ID 
is smaller then the current one, it changes to the color of the vertex with the 
received ID. One application of this can be found in *community analysis* or 
*connected components* computation.
     
     <p class="text-center">
    -    <img alt="Delta Iterate Operator Example" width="100%" src="{{ 
site.baseurl }}/docs/0.4/img/iterations_delta_iterate_operator_example.png" />
    --- End diff --
    
    The idea was to remove it from the links to other doc pages. That's why we 
now have a flat hierarchy of MD files.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to