Author: kinow
Date: Fri Mar 31 23:14:25 2017
New Revision: 1789763

URL: http://svn.apache.org/viewvc?rev=1789763&view=rev
Log:
JENA-1314 typo, fix image links, and re-word

Modified:
    jena/site/trunk/content/tutorials/using_jena_with_eclipse.mdtext

Modified: jena/site/trunk/content/tutorials/using_jena_with_eclipse.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/using_jena_with_eclipse.mdtext?rev=1789763&r1=1789762&r2=1789763&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/using_jena_with_eclipse.mdtext (original)
+++ jena/site/trunk/content/tutorials/using_jena_with_eclipse.mdtext Fri Mar 31 
23:14:25 2017
@@ -81,9 +81,9 @@ to fix these build problems, so Eclipse
 <img src="figures/using_jena_with_eclipse-006.png" class="img-responsive" 
alt="Eclipse build problems">
 
 The build problems are related to a known
-[issue due to how the project shade Google Guava 
classes](http://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results).
+[issue due to how the project shades Google Guava 
classes](http://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results).
 
-The workaround is to make sure the jena-shaded-guava Maven module remains 
closed
+The workaround is to make sure the <i>jena-shaded-guava</i> Maven module 
remains closed
 in Eclipse. You can simply right click on the project, and choose Close. Its 
icon should
 change, indicating it has been closed.
 
@@ -103,18 +103,18 @@ module in the workspace.
 If you followed all steps, and there is nothing else running in your Eclipse
 (check the Progress tab) then your Jena project should have been built with 
success.
 
-<img src="figures/using_jena_with_eclipse-009.png" class="img-responsive" 
alt="Jena built in Eclipse">
+<img src="figures/using_jena_with_eclipse-010.png" class="img-responsive" 
alt="Jena built in Eclipse">
 
-If you would like to test Fuseki now, you can expand the 
<i>jena-fuseki-core</i>
+If you would like to test Fuseki now, for example, you can expand the 
<i>jena-fuseki-core</i>
 Maven module, navigate to the <i>org.apache.jena.fuseki.cmd</i> package, and 
run
 <i>FusekiCmd</i> as a Java Application.
 
-<img src="figures/using_jena_with_eclipse-010.png" class="img-responsive" 
alt="Run Fuseki in Eclipse">
+<img src="figures/using_jena_with_eclipse-011.png" class="img-responsive" 
alt="Run Fuseki in Eclipse">
 
-That should initialize Fuseki, and have it listening on 
<i>http://localhost:3030</i>.
+That should initialize Fuseki, and have it listening on <a 
href="http://localhost:3030";>http://localhost:3030</a>.
 
-<img src="figures/using_jena_with_eclipse-011.png" class="img-responsive" 
alt="Fuseki running in Eclipse">
+<img src="figures/using_jena_with_eclipse-012.png" class="img-responsive" 
alt="Fuseki running in Eclipse">
 
 Now you should also be able to debug Jena, modify the source code and build the
 project again, or import or create other projects into your workspace, and use 
them
-with Jena.
+with the latest version of Jena.


Reply via email to