You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2017/07/04 10:17:56 UTC

flink-web git commit: [FLINK-6991] Update Gelly documentation link

Repository: flink-web
Updated Branches:
  refs/heads/asf-site cc4b07bb1 -> 7b21e3ed7


[FLINK-6991] Update Gelly documentation link

This closes #71.


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

Branch: refs/heads/asf-site
Commit: 7b21e3ed77faf66e61e50f522a5b910217699690
Parents: cc4b07b
Author: david.zhu <da...@vipshop.com>
Authored: Fri Jun 30 11:01:29 2017 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Tue Jul 4 18:17:04 2017 +0800

----------------------------------------------------------------------
 _posts/2015-08-24-introducing-flink-gelly.md         | 4 ++--
 content/news/2015/08/24/introducing-flink-gelly.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b21e3ed/_posts/2015-08-24-introducing-flink-gelly.md
----------------------------------------------------------------------
diff --git a/_posts/2015-08-24-introducing-flink-gelly.md b/_posts/2015-08-24-introducing-flink-gelly.md
index fe32a61..4893012 100755
--- a/_posts/2015-08-24-introducing-flink-gelly.md
+++ b/_posts/2015-08-24-introducing-flink-gelly.md
@@ -322,7 +322,7 @@ certain song.
 Graph<String, NullValue, Integer> userSongGraph = Graph.fromTupleDataSet(validTriplets, env);
 ```
 
-Consult the [Gelly guide](https://ci.apache.org/projects/flink/flink-docs-master/libs/gelly_guide.html) for guidelines 
+Consult the [Gelly guide](https://ci.apache.org/projects/flink/flink-docs-master/dev/libs/gelly/) for guidelines 
 on how to create a graph from a given DataSet of edges or from a collection.
 
 To retrieve the top songs per user, we call the groupReduceOnEdges function as it perform an
@@ -452,4 +452,4 @@ Curious? Read more about our plans for Gelly in the [roadmap](https://cwiki.apac
 [Back to top](#top)
 
 ## Links
-[Gelly Documentation](https://ci.apache.org/projects/flink/flink-docs-master/libs/gelly_guide.html)
\ No newline at end of file
+[Gelly Documentation](https://ci.apache.org/projects/flink/flink-docs-master/dev/libs/gelly/)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink-web/blob/7b21e3ed/content/news/2015/08/24/introducing-flink-gelly.html
----------------------------------------------------------------------
diff --git a/content/news/2015/08/24/introducing-flink-gelly.html b/content/news/2015/08/24/introducing-flink-gelly.html
index e61efc0..832bc78 100644
--- a/content/news/2015/08/24/introducing-flink-gelly.html
+++ b/content/news/2015/08/24/introducing-flink-gelly.html
@@ -465,7 +465,7 @@ certain song.</p>
 <span class="c1">// correspond to play counts</span>
 <span class="n">Graph</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">NullValue</span><span class="o">,</span> <span class="n">Integer</span><span class="o">&gt;</span> <span class="n">userSongGraph</span> <span class="o">=</span> <span class="n">Graph</span><span class="o">.</span><span class="na">fromTupleDataSet</span><span class="o">(</span><span class="n">validTriplets</span><span class="o">,</span> <span class="n">env</span><span class="o">);</span></code></pre></div>
 
-<p>Consult the <a href="https://ci.apache.org/projects/flink/flink-docs-master/libs/gelly_guide.html">Gelly guide</a> for guidelines 
+<p>Consult the <a href="https://ci.apache.org/projects/flink/flink-docs-master/dev/libs/gelly/">Gelly guide</a> for guidelines 
 on how to create a graph from a given DataSet of edges or from a collection.</p>
 
 <p>To retrieve the top songs per user, we call the groupReduceOnEdges function as it perform an
@@ -589,7 +589,7 @@ tools, graph database systems and sampling techniques.</p>
 <p><a href="#top">Back to top</a></p>
 
 <h2 id="links">Links</h2>
-<p><a href="https://ci.apache.org/projects/flink/flink-docs-master/libs/gelly_guide.html">Gelly Documentation</a></p>
+<p><a href="https://ci.apache.org/projects/flink/flink-docs-master/dev/libs/gelly/">Gelly Documentation</a></p>
 
       </article>
     </div>