From c740b9ef8ed18a0343fb19bc76df2b0bd21578bc Mon Sep 17 00:00:00 2001 From: Raphael Troncy Date: Wed, 4 Feb 2026 16:01:39 +0100 Subject: [PATCH] Update tutorial link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb21edb..08eef4e 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This server is designed to be ontology-agnostic. The "Tools" are abstract operat * **Configuration**: Define your SPARQL endpoint and Namespace prefixes in `src/server/config/server_config.yaml`. * **Templates**: Map user intent to your specific graph patterns using `.rq` templates in `src/server/config/templates/`. -👉 **[Read the Custom KG Tutorial](docs/custom_kg_tutorial.md)** to learn how to adapt this server to your own data. +👉 **[Read the Custom KG Tutorial](docs/custom_kg_config.md)** to learn how to adapt this server to your own data. ## Resources