Skip to content

Commit bad07b4

Browse files
Fix broken links (#2548) (#2550)
To update the links to the Cypher manual following the renaming of several pages. --------- Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 176617b commit bad07b4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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/search-performance-indexes/overview/[indexes] and link:{neo4j-docs-base-uri}/cypher-manual/current/constraints/[constraints].
830+
** Manage link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/[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/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
160160

161161
3+^s| Indexes and constraints
162162

163-
| link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Fast writes via native label indexes]
163+
| link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/[Fast writes via native label indexes]
164164
| {check-mark}
165165
| {check-mark}
166166

modules/ROOT/pages/monitoring/metrics/essential.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Reading the xref:performance/index.adoc[] section is recommended to better under
1919

2020
Monitoring the hardware resources shows the strain on the server running Neo4j.
2121

22-
You can use utilities, such as the https://www.collectd.org/[collectd] daemon or `systemd` on Linux, to gather information about the system.
22+
You can use utilities, such as the https://collectd.org/[collectd] daemon or `systemd` on Linux, to gather information about the system.
2323
These metrics can help with capacity planning as your workload grows.
2424

2525
[options="header", cols="1,3a"]

modules/ROOT/pages/performance/index-configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you write a Cypher query, you do not need to specify which indexes to use.
2121
Cypher's query planner decides which of the available indexes to use.
2222

2323
The rest of this page provides information on the available indexes and their configuration aspects.
24-
For further details on creating, querying, and dropping indexes, see link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Cypher Manual -> Indexes for search performance] and link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/full-text-indexes/[Cypher Manual -> Indexes to support full-text search].
24+
For further details on creating, querying, and dropping indexes, see link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/[Cypher Manual -> Indexes for search performance], link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/full-text-indexes/[Full-text indexes], and link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes].
2525

2626
The type of an index can be identified according to the table below:
2727

@@ -77,7 +77,7 @@ Exact lookups are the only non-spatial query that this index type supports.
7777
For more information on the queries a point index can be used for, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/using-indexes/[Cypher Manual -> Query Tuning -> The use of indexes].
7878

7979
Point indexes optionally accept configuration properties for tuning the behavior of spatial search.
80-
For more information on configuring point index, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Cypher Manual -> Indexes for search performance].
80+
For more information on configuring point index, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/[Cypher Manual -> Indexes for search performance].
8181

8282

8383
[[index-configuration-text]]
@@ -94,7 +94,7 @@ The default provider is `text-2.0`.
9494

9595
For more information on the queries a text index can be used for, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/using-indexes/[Cypher Manual -> Query Tuning -> The use of indexes].
9696

97-
For more information on the different index types, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Cypher Manual -> Indexes for search performance].
97+
For more information on the different index types, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/[Cypher Manual -> Indexes for search performance].
9898

9999
[[index-configuration-text-limitations]]
100100
=== Limitations

modules/ROOT/pages/procedures.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
14321432
For more information, see:
14331433

14341434
* xref:performance/index-configuration.adoc[]
1435-
* link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/overview/[Cypher Manual -> Search performance indexes]
1435+
* link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/search-performance-indexes/[Cypher Manual -> Search performance indexes]
14361436
* link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/full-text-indexes[Cypher Manual -> Full-text indexes]
14371437

14381438
[[procedure_db_awaitIndex]]

0 commit comments

Comments
 (0)