From ee4a453ad1f55e3936c09144c848428b3812a4d0 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Mon, 11 Apr 2022 15:35:06 +0800 Subject: [PATCH] docs: fix API link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f972507..e2a6a28 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ const sourceObject = // the object to convert into a PipelineStage const stage = Pipeline.getInstance().from(sourceObject) ``` -Fore more information on how to create and manipulate the pipeline, please refers to the documentation of [`Pipeline`](https://callidon.github.io/sparql-engine/classes/pipelinee.html) and [`PipelineEngine`](https://callidon.github.io/sparql-engine/classes/pipelineengine.html). +Fore more information on how to create and manipulate the pipeline, please refers to the documentation of [`Pipeline`](https://callidon.github.io/sparql-engine/classes/pipeline.html) and [`PipelineEngine`](https://callidon.github.io/sparql-engine/classes/pipelineengine.html). ## RDF Graphs