Skip to content

Commit cc65391

Browse files
authored
Replacing URLs with underscore with hyphens (#976) (#978)
Cherry-picked from #976
1 parent f7d4565 commit cc65391

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* xref:introduction/index.adoc[]
2-
** xref:introduction/cypher_overview.adoc[]
3-
** xref:introduction/cypher_tutorial.adoc[]
4-
** xref:introduction/cypher_neo4j.adoc[]
5-
** xref:introduction/cypher_aura.adoc[]
2+
** xref:introduction/cypher-overview.adoc[]
3+
** xref:introduction/cypher-tutorial.adoc[]
4+
** xref:introduction/cypher-neo4j.adoc[]
5+
** xref:introduction/cypher-aura.adoc[]
66
77
* xref:syntax/index.adoc[]
88
** xref:syntax/naming.adoc[]

modules/ROOT/pages/administration/access-control/dbms-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This section explains how to use Cypher to manage Neo4j DBMS administrative priv
1212

1313
All DBMS privileges are relevant system-wide.
1414
Like user management, they do not belong to one specific database or graph.
15-
For more details on the differences between graphs, databases and the DBMS, refer to xref::introduction/cypher_neo4j.adoc#neo4j-terminology[key Neo4j terminology].
15+
For more details on the differences between graphs, databases and the DBMS, refer to xref::introduction/cypher-neo4j.adoc#neo4j-terminology[key Neo4j terminology].
1616

1717
image::privileges_grant_and_deny_syntax_dbms_privileges.png[title="Syntax of GRANT and DENY DBMS Privileges"]
1818

modules/ROOT/pages/clauses/call-subquery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ As the size of the CSV file in this example is small, only a single separate tra
312312

313313
[NOTE]
314314
====
315-
`CALL { ... } IN TRANSACTIONS` is only allowed in xref::introduction/cypher_neo4j.adoc#explicit-implicit-transactions[implicit transactions].
315+
`CALL { ... } IN TRANSACTIONS` is only allowed in xref::introduction/index.adoc#explicit-implicit-transactions[implicit transactions].
316316
====
317317

318318

modules/ROOT/pages/clauses/load-csv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Labels added: 4
231231
If the CSV file contains a significant number of rows (approaching hundreds of thousands or millions), `USING PERIODIC COMMIT` can be used to instruct Neo4j to perform a commit after a number of rows.
232232
This reduces the memory overhead of the transaction state.
233233
By default, the commit happens every 1000 rows.
234-
Note that `PERIODIC COMMIT` is only allowed in xref::introduction/cypher_neo4j.adoc#explicit-implicit-transactions[implicit (auto-commit or `:auto`) transactions].
234+
Note that `PERIODIC COMMIT` is only allowed in xref::introduction/cypher-neo4j.adoc#explicit-implicit-transactions[implicit (auto-commit or `:auto`) transactions].
235235
For more information, see xref::query-tuning/using.adoc#query-using-periodic-commit-hint[[deprecated\]#`PERIODIC COMMIT` query hint].
236236

237237
[NOTE]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

modules/ROOT/pages/introduction/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-
2222

2323
This introduction will cover the following topics:
2424

25-
* xref:introduction/cypher_overview.adoc[]
26-
* xref:introduction/cypher_tutorial.adoc[]
27-
* xref:introduction/cypher_neo4j.adoc[]
28-
* xref:introduction/cypher_aura.adoc[]
25+
* xref:introduction/cypher-overview.adoc[]
26+
* xref:introduction/cypher-tutorial.adoc[]
27+
* xref:introduction/cypher-neo4j.adoc[]
28+
* xref:introduction/cypher-aura.adoc[]
2929
3030
3131
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)