Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
{
"label": "TypeScript reference",
"href": "https://jsr.io/@worlds/client"
"href": "https://jsr.io/@worlds/sdk"
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions guides/custom-sparql-engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description:
you into the built-in Wazoo engine."
---

The `Sdk` facade does not care which engine answers SPARQL. The
`sparqlEngine` option accepts any implementation of `SparqlEngineInterface`, and
the SDK ships one opinionated default: the zero-dependency
The `Sdk` facade does not care which engine answers SPARQL. The `sparqlEngine`
option accepts any implementation of `SparqlEngineInterface`, and the SDK ships
one opinionated default: the zero-dependency
[WazooSparqlEngine](https://github.com/wazootech/sparql-engine) (SPARQL 1.1 &
1.2 over any RDF/JS store, with built-in timeout and abort handling).

Expand Down