Skip to content

Commit

Permalink
Fix SPARQL path in Fuseki docs (#713)
Browse files Browse the repository at this point in the history
* Fix SPARQL path in Fuseki docs

* update changelog
  • Loading branch information
michaelnchin authored Oct 18, 2024
1 parent f672395 commit 01964d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion additional-databases/fuseki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```

0 comments on commit 01964d3

Please sign in to comment.