You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by co...@apache.org on 2020/04/22 16:22:02 UTC

[jena-site] branch master updated: correct link for Fuseki Endpoint Configuration

This is an automated email from the ASF dual-hosted git repository.

codeferret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f867515  correct link for Fuseki Endpoint Configuration
f867515 is described below

commit f8675158f7e0fb0d3b1b5cc6895703c99dccf6c6
Author: Chris Tomlinson <ch...@gmail.com>
AuthorDate: Wed Apr 22 11:21:55 2020 -0500

    correct link for Fuseki Endpoint Configuration
---
 source/documentation/shacl/__index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/shacl/__index.md b/source/documentation/shacl/__index.md
index 642232a..8b89da3 100644
--- a/source/documentation/shacl/__index.md
+++ b/source/documentation/shacl/__index.md
@@ -43,7 +43,7 @@ Fuseki has a new service operation `fuseki:serviceShacl`:
 </pre>
 
 This requires a "new style" endpoint declaration:  see
-"[Fuseki Endpoint Configuration](/documentation//fuseki2/fuseki-config-doc)".
+"[Fuseki Endpoint Configuration](https://jena.apache.org/documentation/fuseki2/fuseki-config-endpoint.html)".
 
 This is not installed into a dataset setup by default; a configuration file using
 `fuseki:serviceShacl` is necessary (or programmatic setup for Fuskei Main).