You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/10/27 17:02:28 UTC

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

Author: andy
Date: Sun Oct 27 16:02:28 2013
New Revision: 1536159

URL: http://svn.apache.org/r1536159
Log:
JENA-573: Use https: for jQuery

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=1536159&r1=1536158&r2=1536159&view=diff
==============================================================================
--- jena/site/trunk/templates/skeleton.html (original)
+++ jena/site/trunk/templates/skeleton.html Sun Oct 27 16:02:28 2013
@@ -27,7 +27,7 @@
   <link href="/css/bootstrap-extension.css" rel="stylesheet" type="text/css">
   <link rel="shortcut icon" href="/images/favicon.ico" />
   
-  <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
+  <script src="https://code.jquery.com/jquery-2.0.3.min.js"></script>
   <script src="/js/jena-navigation.js" type="text/javascript"></script>
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
@@ -81,8 +81,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/jdbc/index.html">SPARQL over JDBC</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/security/index.html">Security</a></li>
                   <li><a href="/documentation/serving_data/index.html">Fuseki</a></li>
                   <li><a href="/documentation/assembler/index.html">Assembler</a></li>