Skip to content

Commit 1fe1e44

Browse files
Update links with their redirects
1 parent 226dafa commit 1fe1e44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+86
-86
lines changed

modules/ROOT/pages/authentication-authorization/built-in-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ These include the rights to perform the following classes of tasks:
827827

828828
* Manage xref:authentication-authorization/database-administration.adoc[database privileges] to control the rights to perform actions on specific databases:
829829
** Manage access to a database and the right to start and stop a database.
830-
** Manage link:{neo4j-docs-base-uri}/cypher-manual/current/indexes-for-search-performance/[indexes] and link:{neo4j-docs-base-uri}/cypher-manual/current/constraints/[constraints].
830+
** Manage link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[indexes] and link:{neo4j-docs-base-uri}/cypher-manual/current/constraints/[constraints].
831831
** Allow the creation of labels, relationship types, or property names.
832832
** Manage transactions.
833833
* Manage xref:authentication-authorization/dbms-administration.adoc[DBMS privileges] to control the rights to perform actions on the entire system:

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CREATE ROLE deniedConfigurationViewer IF NOT EXISTS;
6565

6666
All DBMS privileges are relevant system-wide.
6767
Like user management, they do not belong to one specific database or graph.
68-
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher_neo4j/[Cypher Manual -> Cypher and Neo4j].
68+
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
6969

7070
image::privileges_grant_and_deny_syntax_dbms_privileges.svg[title="Syntax of GRANT and DENY DBMS Privileges"]
7171

modules/ROOT/pages/authentication-authorization/limitations.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ The known limitations and implications of Neo4j's role-based access control secu
1919
[[access-control-limitations-indexes]]
2020
== Security and indexes
2121

22-
As described in link:{neo4j-docs-base-uri}/cypher-manual/current/indexes-for-search-performance/[Cypher Manual -> Indexes for search performance], Neo4j {neo4j-version} supports the creation and use of indexes to improve the performance of Cypher queries.
22+
As described in link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Cypher Manual -> Indexes for search performance], Neo4j {neo4j-version} supports the creation and use of indexes to improve the performance of Cypher queries.
2323

2424
Note that the Neo4j security model impacts the results of queries, regardless if the indexes are used or not.
2525
When using non full-text Neo4j indexes, a Cypher query will always return the same results it would have if no index existed.
2626
This means that, if the security model causes fewer results to be returned due to restricted read access in xref:authentication-authorization/manage-privileges.adoc[Graph and sub-graph access control],
2727
the index will also return the same fewer results.
2828

29-
However, this rule is not fully obeyed by link:{neo4j-docs-base-uri}/cypher-manual/current/indexes-for-full-text-search[Cypher Manual -> Indexes for full-text search].
29+
However, this rule is not fully obeyed by link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/full-text-indexes/[Cypher Manual -> Indexes for full-text search].
3030
These specific indexes are backed by _Lucene_ internally.
3131
It is therefore not possible to know for certain whether a security violation has affected each specific entry returned from the index.
3232
In face of this, Neo4j will return zero results from full-text indexes in case it is determined that any result might be violating the security privileges active for that query.
@@ -51,7 +51,7 @@ CREATE FULLTEXT INDEX userNames FOR (n:User|Person) ON EACH [n.name, n.surname];
5151
[NOTE]
5252
====
5353
Full-text indexes support multiple labels.
54-
See link:{neo4j-docs-base-uri}/cypher-manual/current/indexes-for-full-text-search/[Cypher Manual -> Indexes for full-text search] for more details on creating and using full-text indexes.
54+
See link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/full-text-indexes//[Cypher Manual -> Indexes for full-text search] for more details on creating and using full-text indexes.
5555
====
5656

5757
After creating these indexes, it would appear that the latter two indexes accomplish the same thing.

modules/ROOT/pages/authentication-authorization/load-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CREATE ROLE roleLoadCidr
1414
This section explains how to use Cypher to manage load privileges.
1515
All load privileges apply to the whole system.
1616
Like DBMS privileges, they do not belong to one specific database or graph.
17-
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher_neo4j/[Cypher Manual -> Cypher and Neo4j].
17+
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
1818

1919
image::privileges_grant_and_deny_syntax_load_privileges.svg[width="800", title="Syntax of GRANT and DENY load Privileges"]
2020

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more information, see xref:backup-restore/online-backup.adoc#online-backup-c
5656

5757
[NOTE]
5858
====
59-
`neo4j-admin database backup` is not supported in link:https://neo4j.com/cloud/aura/[Neo4j Aura].
59+
`neo4j-admin database backup` is not supported in link:https://neo4j.com/product/auradb/[Neo4j Aura].
6060
====
6161

6262
[[backup-command-syntax]]

modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
2727
=== Important considerations
2828

2929
* The deployment of cloud resources incurs costs.
30-
** Refer to the link:https://cloud.google.com/products/calculator/[GCP pricing calculator]for more information.
30+
** Refer to the link:https://cloud.google.com/products/calculator[GCP pricing calculator]for more information.
3131

3232
* The Neo4j Deployment Manager template deploys a new VPC, containing a single subnet based in the requested region.
3333
** Unlike Azure and AWS where subnets are aligned to specific zones, GCP subnets are regional (and VPCs are global).

modules/ROOT/pages/clustering/clustering-advanced/multi-data-center-routing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Please contact Neo4j Professional Services if you think that you need a custom p
145145
.Use load balancing from Neo4j drivers
146146
====
147147
Once enabled and configured, the custom load balancing feature is used by drivers to route traffic as intended.
148-
See the link:{neo4j-docs-base-uri}/drivers-apis/[Neo4j Drivers manuals] for instructions on how to configure drivers to use custom load balancing.
148+
See the link:{neo4j-docs-base-uri}/create-applications/[Neo4j Drivers manuals] for instructions on how to configure drivers to use custom load balancing.
149149
====
150150

151151

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@ m|+++2097152+++
22622262
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
22632263
|===
22642264
|Description
2265-
a|Selects whether to conform to the standard https://tools.ietf.org/html/rfc4180 for interpreting escaped quotation characters in CSV files loaded using `LOAD CSV`. Setting this to `false` will use the standard, interpreting repeated quotes '""' as a single in-lined quote, while `true` will use the legacy convention originally supported in Neo4j 3.0 and 3.1, allowing a backslash to include quotes in-lined in fields.
2265+
a|Selects whether to conform to the standard https://datatracker.ietf.org/doc/html/rfc4180 for interpreting escaped quotation characters in CSV files loaded using `LOAD CSV`. Setting this to `false` will use the standard, interpreting repeated quotes '""' as a single in-lined quote, while `true` will use the legacy convention originally supported in Neo4j 3.0 and 3.1, allowing a backslash to include quotes in-lined in fields.
22662266
|Valid values
22672267
a|A boolean.
22682268
|Default value

modules/ROOT/pages/configuration/plugins.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ The following plugins are supported:
6666
| Neo Semantics
6767
| `n10s`
6868
|
69-
| link:https://neo4j.com/labs/nsmtx-rdf/[Neo Semantics]
69+
| link:https://neo4j.com/labs/neosemantics/[Neo Semantics]
7070
|===
7171

7272
For more information on using plugins in a different Neo4j setup, see:
7373

74-
* link:{neo4j-docs-base-uri}/desktop-manual/current/operations/instance-management/#_install_plugins[Neo4j Desktop -> Install a plugin]
74+
* link:{neo4j-docs-base-uri}/desktop/current/operations/instance-management/#_install_plugins[Neo4j Desktop -> Install a plugin]
7575
* xref:docker/plugins.adoc[Docker -> Plugins]
7676
* xref:/kubernetes/plugins.adoc[Kubernetes -> Plugins]
7777
* link:{neo4j-docs-base-uri}/java-reference/{page-version}/extending-neo4j/project-setup/#_build_dependencies[Java-Reference -> Setting up a plugin project].
@@ -109,7 +109,7 @@ See xref:configuration/file-locations.adoc[Default file locations] for more info
109109
----
110110
. Install the plugins.
111111
+
112-
Refer to link:https://neo4j.com/docs/bloom-user-guide/current/bloom-installation/[Bloom documentation], link:https://neo4j.com/docs/graph-data-science/current/installation/[GDS documentation] for more details on how to install them.
112+
Refer to link:https://neo4j.com/docs/bloom-user-guide/current//current/bloom-installation/[Bloom documentation], link:https://neo4j.com/docs/graph-data-science/current//current/installation/[GDS documentation] for more details on how to install them.
113113

114114
[NOTE]
115115
====

modules/ROOT/pages/database-administration/composite-databases/querying-composite-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//Make an image that sets up the example?
88
//The query examples assume that we have a setup similar to that in <<example-create-a-single-instance-fabric-setup>>.
99

10-
The examples featured in this section make use of the two Cypher clauses: link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/use[`USE`] and link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/call-subquery[`CALL {}`].
10+
The examples featured in this section make use of the two Cypher clauses: link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/use[`USE`] and link:{neo4j-docs-base-uri}/cypher-manual/current/subqueries/call-subquery/[`CALL {}`].
1111

1212
[[composite-databases-queries-graph-set-up]]
1313
== Graph set-up

0 commit comments

Comments
 (0)