You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/all-notifications.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1294,7 +1294,7 @@ CYPHER 25 CREATE ALIAS `foo.bar` FOR DATABASE ...
1294
1294
----
1295
1295
CYPHER 25 CREATE ALIAS $param FOR DATABASE ...
1296
1296
----
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].
1298
1298
1299
1299
======
1300
1300
[.include-with-neo4j-code]
@@ -1321,7 +1321,7 @@ CYPHER 25 CREATE ALIAS `foo.bar` FOR DATABASE ...
1321
1321
----
1322
1322
CYPHER 25 CREATE ALIAS $param FOR DATABASE ...
1323
1323
----
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].
1325
1325
1326
1326
======
1327
1327
=====
@@ -1353,7 +1353,7 @@ In newer Cypher versions, the backticks should be removed.
1353
1353
----
1354
1354
CYPHER 25 USE graph.byName("a.b.c") ...
1355
1355
----
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].
1357
1357
1358
1358
======
1359
1359
[.include-with-neo4j-code]
@@ -1375,7 +1375,7 @@ In newer Cypher versions, the backticks should be removed.
1375
1375
----
1376
1376
CYPHER 25 USE graph.byName("a.b.c") ...
1377
1377
----
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].
0 commit comments