Repository: giraph Updated Branches: refs/heads/trunk f43f45009 -> 7c61dcf4a
Update Giraph-Gora documentation and make it available from giraph.a.o Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/46d7d901 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/46d7d901 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/46d7d901 Branch: refs/heads/trunk Commit: 46d7d901e35e83e4b95f95edda3217d08fb5b690 Parents: f43f450 Author: Lewis John McGibbney <[email protected]> Authored: Sat Oct 11 18:30:36 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Oct 19 16:51:13 2014 -0700 ---------------------------------------------------------------------- src/site/site.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/46d7d901/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index de649e0..8fd1490 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -94,11 +94,10 @@ <item name="Out-of-core" href="ooc.html"/> <item name="Implementation" href="implementation.html"/> <item name="Page Rank Example" href="pagerank.html"/> - <item name="Input/Output in Giraph" href="io.html"> - <item name="Hive" href="hive.html"/> - <item name="Gora" href="gora.html"/> - <item name="Rexster I/O" href="rexster.html"/> - </item> + <item name="Input/Output in Giraph" href="io.html"/> + <item name="Hive I/O" href="hive.html"/> + <item name="Gora I/O" href="gora.html"/> + <item name="Rexster I/O" href="rexster.html"/> </item> <item name="How to generate patches?" href="generating_patches.html" /> <item name="How to build this site?" href="build_site.html" />
