You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2015/06/05 12:11:48 UTC

svn commit: r1683701 - /jena/site/trunk/content/documentation/hadoop/index.mdtext

Author: kinow
Date: Fri Jun  5 10:11:47 2015
New Revision: 1683701

URL: http://svn.apache.org/r1683701
Log:
Fix broken link in Elephas documentation for how to report a bug

Modified:
    jena/site/trunk/content/documentation/hadoop/index.mdtext

Modified: jena/site/trunk/content/documentation/hadoop/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/hadoop/index.mdtext?rev=1683701&r1=1683700&r2=1683701&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/hadoop/index.mdtext (original)
+++ jena/site/trunk/content/documentation/hadoop/index.mdtext Fri Jun  5 10:11:47 2015
@@ -11,7 +11,7 @@ underlying plumbing.
 
 These modules are currently considered to be in a **Beta** state, they have been under active development for about a year but have not yet been widely deployed and may contain as yet undiscovered bugs.
 
-Please see the [How to Report a Bug](../help_and_support/bugs_and_suggestions.html) page for how to report any bugs you may encounter.
+Please see the [How to Report a Bug](../../help_and_support/bugs_and_suggestions.html) page for how to report any bugs you may encounter.
 
 ## Documentation
 
@@ -100,8 +100,8 @@ then outputs each node with an initial c
 
     package org.apache.jena.hadoop.rdf.mapreduce.count;
     
-    import org.apache.jena.hadoop.rdf.types.NodeWritable;
-    import org.apache.jena.hadoop.rdf.types.TripleWritable;
+    import org.apache.jena.hadoop.rdf.types.NodeWritable;
+    import org.apache.jena.hadoop.rdf.types.TripleWritable;
     import com.hp.hpl.jena.graph.Triple;
     
     /**
@@ -129,7 +129,7 @@ And then our `Reducer` implementation, t
     import java.util.Iterator;
     import org.apache.hadoop.io.LongWritable;
     import org.apache.hadoop.mapreduce.Reducer;
-    import org.apache.jena.hadoop.rdf.types.NodeWritable;
+    import org.apache.jena.hadoop.rdf.types.NodeWritable;
 
     /**
      * A reducer which takes node keys with a sequence of longs representing counts