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 2016/01/29 14:13:37 UTC

[2/5] jena git commit: Update comment

Update comment


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/bac52376
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/bac52376
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/bac52376

Branch: refs/heads/master
Commit: bac523765fc2023e4e1d97db04f85c9c3265f6ca
Parents: a063c4d
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jan 28 21:06:57 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jan 28 21:06:57 2016 +0000

----------------------------------------------------------------------
 jena-fuseki2/examples/fuseki-jetty-https.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/bac52376/jena-fuseki2/examples/fuseki-jetty-https.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/examples/fuseki-jetty-https.xml b/jena-fuseki2/examples/fuseki-jetty-https.xml
index 6430a69..d922e19 100644
--- a/jena-fuseki2/examples/fuseki-jetty-https.xml
+++ b/jena-fuseki2/examples/fuseki-jetty-https.xml
@@ -20,7 +20,8 @@
 
 <!--
 Example Jetty - you will need to configure a certificate.
-You wil need to conigure this example.
+
+** You will need to configure this example. **
 
 See "sslContextFactory" below.
 
@@ -34,7 +35,7 @@ Use:
 External references:
 
 Jetty documentation on SSL:
-   https://wiki.eclipse.org/Jetty/Howto/Configure_SSL
+   http://www.eclipse.org/jetty/documentation/current/configuring-ssl.html
 
 Oracle Java keytool
    http://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html