From c42e58e8828eadccf04dc7a4e2f2e3085dadcb2f Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Wed, 30 Apr 2025 15:52:47 +0200 Subject: [PATCH] HBX-2984: Create Reference Guide for Ant - Make URL for H2 sakila point to a version with recent drivers Signed-off-by: Koen Aers --- ant/docs/5-minute-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant/docs/5-minute-tutorial.md b/ant/docs/5-minute-tutorial.md index 614e2bf58b..1c8cf1d7cc 100644 --- a/ant/docs/5-minute-tutorial.md +++ b/ant/docs/5-minute-tutorial.md @@ -101,7 +101,7 @@ source files. Now as a last step before we can run ant, we need to add this ## Specify the Hibernate Properties For the purpose of this tutorial introduction, let's assume that you have a database running, e.g. -[H2 Sakila database](https://github.com/maxandersen/sakila-h2) reacheable at the following JDBC URL: +[H2 Sakila database](https://github.com/koentsje/sakila-h2) reacheable at the following JDBC URL: `jdbc:h2:tcp://localhost/./sakila`. With this assumption, the `hibernate.properties` file, to be found in the root of our Java