Skip to content

Commit f3a9ae7

Browse files
Fix broken hashes
1 parent 4a17a27 commit f3a9ae7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/ROOT/pages/configuration/neo4j-conf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The _neo4j.conf_ file is the main source of configuration settings in Neo4j and
66
The location of the _neo4j.conf_ file in the different configurations of Neo4j is listed in xref:configuration/file-locations.adoc[Default file locations].
77

88
Most of the configuration settings in the _neo4j.conf_ file apply directly to Neo4j itself, but there are also other settings related to the Java Runtime (the JVM) on which Neo4j runs.
9-
For more information, see the <<neo4j-conf-JVM, JVM specific configuration settings>>.
9+
For more information, see the <<#neo4j-conf-JVM, JVM specific configuration settings>>.
1010
Many of the configuration settings are also used by `neo4j` launcher scripts.
1111

1212

modules/ROOT/pages/procedures.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,12 +1140,12 @@ Starting with Neo4j 2025.04, the default database can also be set to a local or
11401140
| `quarantined` | `BOOLEAN` | Whether or not the database is quarantined.
11411141
| `result` | `STRING` | Details about the outcome of the procedure.
11421142
| *Mode* 3+| DBMS
1143-
| *Replaced by* 3+| <<procedure_dbms_unquarantineDatabase, `dbms.unquarantineDatabase()`>>
1143+
| *Replaced by* 3+| <<#procedure_dbms_unquarantineDatabase, `dbms.unquarantineDatabase()`>>
11441144
|===
11451145

11461146
[NOTE]
11471147
====
1148-
It is recommended to use <<procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option).
1148+
It is recommended to use <<#procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option).
11491149
// The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5, but not in Cypher 25.
11501150
====
11511151

@@ -1296,7 +1296,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
12961296
.2+| *Return arguments* | *Name* | *Type* | *Description*
12971297
| `node` | `NODE` | The node on which the vector property was set.
12981298
| *Mode* 3+| WRITE
1299-
| *Replaced by* 3+| <<procedure_db_create_setNodeVectorProperty, `db.create.setNodeVectorProperty()`>> and <<procedure_db_create_setRelationshipVectorProperty, `db.create.setRelationshipVectorProperty()`>>
1299+
| *Replaced by* 3+| <<#procedure_db_create_setNodeVectorProperty, `db.create.setNodeVectorProperty()`>> and <<#procedure_db_create_setRelationshipVectorProperty, `db.create.setRelationshipVectorProperty()`>>
13001300
|===
13011301

13021302
.Known issue

0 commit comments

Comments
 (0)