Skip to content

Commit 32cda33

Browse files
Fix links in LOAD CSV page. (#595)
1 parent 639c246 commit 32cda33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Alternatively, `LOAD CSV` also supports accessing CSV files via _HTTPS_, _HTTP_, and _FTP_.
2121
* `LOAD CSV` supports resources compressed with _gzip_ and _Deflate_. Additionally `LOAD CSV` supports locally stored CSV files compressed with _ZIP_.
2222
* `LOAD CSV` will follow _HTTP_ redirects but for security reasons it will not follow redirects that changes the protocol, for example if the redirect is going from _HTTPS_ to _HTTP_.
23-
* `LOAD CSV` is often used in conjunction with the query clause `+CALL { ... } IN TRANSACTIONS+`, see xref::clauses/call-subquery#subquery-call-in-transactions[].
23+
* `LOAD CSV` is often used in conjunction with the query clause xref:clauses/call-subquery#subquery-call-in-transactions[`CALL { ... } IN TRANSACTIONS`].
2424

2525

2626
.Configuration settings for file URLs
@@ -222,8 +222,8 @@ This reduces the memory overhead of the transaction state.
222222

223223
[NOTE]
224224
====
225-
The query clause `+CALL { ... } IN TRANSACTIONS+` is only allowed in xref::introduction/transactions.adoc[implicit (auto-commit or `:auto`) transactions].
226-
For more information, see xref::clauses/call-subquery#subquery-call-in-transactions[].
225+
The query clause `CALL { ... } IN TRANSACTIONS` is only allowed in xref::introduction/transactions.adoc[implicit (auto-commit or `:auto`) transactions].
226+
For more information, see xref:clauses/call-subquery#subquery-call-in-transactions[Subqueries in transactions].
227227
====
228228

229229
.+artists.csv+

0 commit comments

Comments
 (0)