Skip to content

Commit d46ce14

Browse files
Lojjsrenetapopova
authored andcommitted
Update links to point at Cypher 25 docs for graph references (to be published in 2025.06)
1 parent 282921f commit d46ce14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ CYPHER 25 CREATE ALIAS `foo.bar` FOR DATABASE ...
12941294
----
12951295
CYPHER 25 CREATE ALIAS $param FOR DATABASE ...
12961296
----
1297-
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/current/values-and-types/graph-references[Cypher manual -> Graph references].
1297+
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
12981298

12991299
======
13001300
[.include-with-neo4j-code]
@@ -1321,7 +1321,7 @@ CYPHER 25 CREATE ALIAS `foo.bar` FOR DATABASE ...
13211321
----
13221322
CYPHER 25 CREATE ALIAS $param FOR DATABASE ...
13231323
----
1324-
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/current/values-and-types/graph-references[Cypher manual -> Graph references].
1324+
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
13251325

13261326
======
13271327
=====
@@ -1353,7 +1353,7 @@ In newer Cypher versions, the backticks should be removed.
13531353
----
13541354
CYPHER 25 USE graph.byName("a.b.c") ...
13551355
----
1356-
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/current/values-and-types/graph-references[Cypher manual -> Graph references].
1356+
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
13571357

13581358
======
13591359
[.include-with-neo4j-code]
@@ -1375,7 +1375,7 @@ In newer Cypher versions, the backticks should be removed.
13751375
----
13761376
CYPHER 25 USE graph.byName("a.b.c") ...
13771377
----
1378-
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/current/values-and-types/graph-references[Cypher manual -> Graph references].
1378+
For more information on the semantics of graph references, see link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
13791379

13801380
======
13811381
=====
@@ -1442,7 +1442,7 @@ For more information, see:
14421442
14431443
<<_graph_reference_deprecation_use>>
14441444
1445-
link:https://neo4j.com/docs/cypher-manual/current/values-and-types/graph-references[Cypher manual -> Graph references].
1445+
link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
14461446
====
14471447

14481448
.Using differently ordered return items in a `UNION` clause

0 commit comments

Comments
 (0)