From 0c4a2f4d2055b71942d1c1da9694c624a3dec5da Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:33:24 +0200 Subject: [PATCH] Fix a broken link --- modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 9c0b642..24ba463 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -14,7 +14,7 @@ If there exists an official library (driver) for the language you are using, con This guide assumes that you have: -- a running Neo4j instance -- if not, check out how to link:{neo4j-docs-base-uri}/docs/operations-manual/current/installation/[install Neo4j] +- a running Neo4j instance -- if not, check out how to link:{neo4j-docs-base-uri}/operations-manual/current/installation/[install Neo4j] - some familiarity with <> -- if you need a hand, check out link:{neo4j-docs-base-uri}/getting-started/cypher-intro/[Getting started -> Cypher]. To execute queries through the HTTP API, you may use either: