diff --git a/ChangeLog.md b/ChangeLog.md index 14d6fe20..c7dfb2a1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming - Added Neptune `--use-port` option to `%%gremlin` and `%%oc` ([Link to PR](https://github.com/aws/graph-notebook/pull/712)) +- Fixed SPARQL path in example Fuseki configuration ([Link to PR](https://github.com/aws/graph-notebook/pull/713)) ## Release 4.6.1 (October 1, 2024) diff --git a/additional-databases/fuseki/README.md b/additional-databases/fuseki/README.md index b0d1d193..bcb90900 100644 --- a/additional-databases/fuseki/README.md +++ b/additional-databases/fuseki/README.md @@ -14,7 +14,7 @@ like in the following example that connects to `http://localhost:3030/ds/sparql` "port": 3030, "ssl": false, "sparql": { - "path": "ds/sparql" + "path": "ds" } } ```