Repository: flink
Updated Branches:
  refs/heads/master 033409190 -> 572a45b37


[docs][hotfix] fix <p> tag issue by removing <br> tag


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/572a45b3
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/572a45b3
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/572a45b3

Branch: refs/heads/master
Commit: 572a45b379ca2231d772db4f115749fa08afcd10
Parents: 0334091
Author: Maximilian Michels <m...@apache.org>
Authored: Tue Jun 2 09:40:08 2015 +0200
Committer: Maximilian Michels <m...@apache.org>
Committed: Tue Jun 2 09:50:07 2015 +0200

----------------------------------------------------------------------
 docs/libs/gelly_guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/572a45b3/docs/libs/gelly_guide.md
----------------------------------------------------------------------
diff --git a/docs/libs/gelly_guide.md b/docs/libs/gelly_guide.md
index 2bc0e85..d7b9bd8 100644
--- a/docs/libs/gelly_guide.md
+++ b/docs/libs/gelly_guide.md
@@ -382,7 +382,7 @@ Let us consider computing Single-Source-Shortest-Paths with 
vertex-centric itera
 <p class="text-center">
     <img alt="Vertex-centric SSSP superstep 1" width="70%" 
src="fig/gelly-vc-sssp1.png"/>
 </p>
-<br>
+
 <p class="text-center">
     <img alt="Vertex-centric SSSP superstep 2" width="70%" 
src="fig/gelly-vc-sssp2.png"/>
 </p>
@@ -606,7 +606,7 @@ Let us consider computing Single-Source-Shortest-Paths with 
GSA on the following
 <p class="text-center">
     <img alt="GSA SSSP superstep 1" width="70%" src="fig/gelly-gsa-sssp1.png"/>
 </p>
-<br>
+
 <p class="text-center">
     <img alt="GSA SSSP superstep 2" width="70%" src="fig/gelly-gsa-sssp2.png"/>
 </p>

Reply via email to