You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/23 20:49:42 UTC

svn commit: r1516977 - /jena/site/trunk/templates/skeleton.html

Author: rvesse
Date: Fri Aug 23 18:49:42 2013
New Revision: 1516977

URL: http://svn.apache.org/r1516977
Log:
Add SPARQL over JDBC to navigation

Modified:
    jena/site/trunk/templates/skeleton.html

Modified: jena/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/jena/site/trunk/templates/skeleton.html?rev=1516977&r1=1516976&r2=1516977&view=diff
==============================================================================
--- jena/site/trunk/templates/skeleton.html (original)
+++ jena/site/trunk/templates/skeleton.html Fri Aug 23 18:49:42 2013
@@ -60,7 +60,8 @@
                   <li><a href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
                   <li><a href="/documentation/query/text-query.html">Text Search</a></li>
                   <li><a href="/documentation/tdb/index.html">TDB</a></li>
-                  <li><a href="/documentation/sdb/index.html">SDB</a></li>
+		  <li><a href="/documentation/sdb/index.html">SDB</a></li>
+		  <li><a href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
                   <li><a href="/documentation/serving_data/index.html">Fuseki</a></li>
                   <li><a href="/documentation/assembler/index.html">Assembler</a></li>
                   <li><a href="/documentation/ontology/">Ontology API</a></li>