This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new a1ee32d2e Fix broken links
a1ee32d2e is described below
commit a1ee32d2e247f4922b673568e8cd72d8919b9fa0
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Mar 27 17:15:16 2024 +0300
Fix broken links
---
.../src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc | 2 +-
.../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part5/jCache.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
index f05db899d..f2bb1bb64 100644
---
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
+++
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
@@ -278,5 +278,5 @@ Full example:
SELECT #result('ID' 'int'), #result('NAME' 'String'), #result('DATE_OF_BIRTH'
'java.util.Date') FROM ARTIST
----
-NOTE: For advanced features you may look at the <<Apache Velocity extension>>
+NOTE: For advanced features you may look at the <<ext-velocity,Apache Velocity
Extension>>
diff --git
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part5/jCache.adoc
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part5/jCache.adoc
index 8750b266f..0417aaa00 100644
---
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part5/jCache.adoc
+++
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part5/jCache.adoc
@@ -63,7 +63,7 @@ CayenneRuntime.builder()
NOTE: You can read about using cache in Cayenne in xref:caching[this] chapter.
-You may else be interested in <<Cache invalidation extension>>.
+You may else be interested in <<ext-cache-invalidation,Cache invalidation
extension>>.
===== Ehcache setup example
Here is an example of using `ehcache` as cache manager.