From 982842b21c6dd325209ee333dd18f597cd96ac89 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Thu, 14 Dec 2023 14:01:36 +0100 Subject: [PATCH] Broken links caused by duplicate entry --- go-manual/modules/ROOT/pages/connect-advanced.adoc | 2 +- go-manual/modules/ROOT/pages/data-types.adoc | 2 +- javascript-manual/modules/ROOT/pages/connect-advanced.adoc | 2 +- javascript-manual/modules/ROOT/pages/query-async.adoc | 2 +- python-manual/modules/ROOT/pages/connect-advanced.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go-manual/modules/ROOT/pages/connect-advanced.adoc b/go-manual/modules/ROOT/pages/connect-advanced.adoc index 7d36c8e3..643ae589 100644 --- a/go-manual/modules/ROOT/pages/connect-advanced.adoc +++ b/go-manual/modules/ROOT/pages/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] Notice that *the driver does not support connection to a nested path*, such as `example.com/neo4j/`. diff --git a/go-manual/modules/ROOT/pages/data-types.adoc b/go-manual/modules/ROOT/pages/data-types.adoc index 6b8c62c4..d1cd5892 100644 --- a/go-manual/modules/ROOT/pages/data-types.adoc +++ b/go-manual/modules/ROOT/pages/data-types.adoc @@ -158,7 +158,7 @@ For full documentation, see link:https://pkg.go.dev/github.com/neo4j/neo4j-go-dr == Spatial types -Cypher supports link:{neo4j-docs-base-uri}/docs/cypher-manual/current/values-and-types/spatial/[spatial values] (points), and Neo4j can store these point values as properties on nodes and relationships. +Cypher supports link:{neo4j-docs-base-uri}/cypher-manual/current/values-and-types/spatial/[spatial values] (points), and Neo4j can store these point values as properties on nodes and relationships. The object attribute `SpatialRefId` (short for _Spatial Reference Identifier_) is a number identifying the coordinate system the spatial type is to be interpreted in. You can think of it as a unique identifier for each spatial type. diff --git a/javascript-manual/modules/ROOT/pages/connect-advanced.adoc b/javascript-manual/modules/ROOT/pages/connect-advanced.adoc index 8200f097..85e48ba5 100644 --- a/javascript-manual/modules/ROOT/pages/connect-advanced.adoc +++ b/javascript-manual/modules/ROOT/pages/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] Notice that *the driver does not support connection to a nested path*, such as `example.com/neo4j/`. diff --git a/javascript-manual/modules/ROOT/pages/query-async.adoc b/javascript-manual/modules/ROOT/pages/query-async.adoc index 0f67e1b5..8f127ba2 100644 --- a/javascript-manual/modules/ROOT/pages/query-async.adoc +++ b/javascript-manual/modules/ROOT/pages/query-async.adoc @@ -213,7 +213,7 @@ console.log(people) <4> Reactive processing [NOTE] -The reactive API requires a link:{neo4j-docs-base-uri}/docs/api/javascript-driver/current/class/src/session-rx.js~RxSession.html[`RxSession`] and returns a link:{neo4j-docs-base-uri}/api/javascript-driver/current/class/src/result-rx.js~RxResult.html[`RxResult`]. +The reactive API requires a link:{neo4j-docs-base-uri}/api/javascript-driver/current/class/src/session-rx.js~RxSession.html[`RxSession`] and returns a link:{neo4j-docs-base-uri}/api/javascript-driver/current/class/src/result-rx.js~RxResult.html[`RxResult`]. [NOTE] The reactive API is not available in the lite version of the driver. diff --git a/python-manual/modules/ROOT/pages/connect-advanced.adoc b/python-manual/modules/ROOT/pages/connect-advanced.adoc index 0b0c7f60..de20f8bb 100644 --- a/python-manual/modules/ROOT/pages/connect-advanced.adoc +++ b/python-manual/modules/ROOT/pages/connect-advanced.adoc @@ -13,7 +13,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] Notice that *the driver does not support connection to a nested path*, such as `example.com/neo4j/`.