Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ant/docs/5-minute-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down