From 1b1fc24926565743b10475e1ad726c94449a19fb Mon Sep 17 00:00:00 2001 From: lana-k Date: Thu, 30 Oct 2025 20:25:43 +0100 Subject: [PATCH] Update Graph.md --- Graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph.md b/Graph.md index 210bce6..da0c575 100644 --- a/Graph.md +++ b/Graph.md @@ -13,7 +13,7 @@ To build a graph, a result set must follow the following requirements: - each JSON representing a node has a common key with a node id - each JSON representing an edge has a common key with the edge source and a common key with the edge target -Each JSON can have more fields used for graph styling (read more in [Graph styling][#graph-styling]). +Each JSON can have more fields used for graph styling (read more in [Graph styling](#graph-styling). ## Graph settings