From 32b8d8de30394606cb480da617ea55fbd7deb4a0 Mon Sep 17 00:00:00 2001 From: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:36:57 +0100 Subject: [PATCH] Removing extra /docs/ in url (#426) --- common-content/modules/ROOT/partials/connect-advanced.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-content/modules/ROOT/partials/connect-advanced.adoc b/common-content/modules/ROOT/partials/connect-advanced.adoc index b4bb2554..a410d925 100644 --- a/common-content/modules/ROOT/partials/connect-advanced.adoc +++ b/common-content/modules/ROOT/partials/connect-advanced.adoc @@ -12,7 +12,7 @@ The driver supports connection to URIs of the form - `` is one among `neo4j`, `neo4j+s`, `neo4j+ssc`, `bolt`, `bolt+s`, `bolt+ssc`. - `` is the host name where the Neo4j server is located. - `` is optional, and denotes the port the <> protocol is available at. -- `` is an optional _server policy_ name. link:{neo4j-docs-base-uri}/docs/operations-manual/current/clustering/clustering-advanced/multi-data-center-routing/[Server policies] need to be set up prior to usage. +- `` is an optional _server policy_ name. link:{neo4j-docs-base-uri}/operations-manual/current/clustering/clustering-advanced/multi-data-center-routing/[Server policies] need to be set up prior to usage. [NOTE] The driver does not support connection to a nested path, such as `example.com/neo4j/`.