diff --git a/docs.json b/docs.json index 1dddd98..5dff69a 100644 --- a/docs.json +++ b/docs.json @@ -297,7 +297,7 @@ }, { "label": "TypeScript reference", - "href": "https://jsr.io/@worlds/client" + "href": "https://jsr.io/@worlds/sdk" } ] }, diff --git a/guides/custom-sparql-engine.mdx b/guides/custom-sparql-engine.mdx index e1a0ced..e4e010b 100644 --- a/guides/custom-sparql-engine.mdx +++ b/guides/custom-sparql-engine.mdx @@ -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).