Skip to content

Commit 01964d3

Browse files
authored
Fix SPARQL path in Fuseki docs (#713)
* Fix SPARQL path in Fuseki docs * update changelog
1 parent f672395 commit 01964d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
44

55
## Upcoming
66
- Added Neptune `--use-port` option to `%%gremlin` and `%%oc` ([Link to PR](https://github.com/aws/graph-notebook/pull/712))
7+
- Fixed SPARQL path in example Fuseki configuration ([Link to PR](https://github.com/aws/graph-notebook/pull/713))
78

89
## Release 4.6.1 (October 1, 2024)
910

additional-databases/fuseki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ like in the following example that connects to `http://localhost:3030/ds/sparql`
1414
"port": 3030,
1515
"ssl": false,
1616
"sparql": {
17-
"path": "ds/sparql"
17+
"path": "ds"
1818
}
1919
}
2020
```

0 commit comments

Comments
 (0)