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