From ef55770286f2eed3412c9e44bdafde196c33dcbb Mon Sep 17 00:00:00 2001 From: Jan Schatteman Date: Mon, 30 Oct 2023 22:52:56 +0100 Subject: [PATCH] HHH-17367 - Add links to the tutorial's example source code Signed-off-by: Jan Schatteman --- .../src/main/asciidoc/quickstart/guides/obtaining.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc b/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc index 7fbf80f595..5c9a34631b 100644 --- a/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc +++ b/documentation/src/main/asciidoc/quickstart/guides/obtaining.adoc @@ -108,3 +108,9 @@ To apply the platform (BOM) in Maven ---- + +[[examples]] +=== Example sources +The bundled examples mentioned in this tutorial can be downloaded from link:{doc-quick-start-url}hibernate-tutorials.zip[here]. + +Alternatively, the example source code can also be obtained from https://github.com/hibernate/hibernate-orm/tree/{fullVersion}/documentation/src/main/asciidoc/quickstart/tutorials[Github] \ No newline at end of file