Skip to content

Commit 229f98d

Browse files
committed
HBX-3018: Change references to the sakila-h2 database to the hibernate subproject
Signed-off-by: Koen Aers <[email protected]>
1 parent dc0e827 commit 229f98d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ant/docs/5-minute-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ source files. Now as a last step before we can run ant, we need to add this
101101
## Specify the Hibernate Properties
102102

103103
For the purpose of this tutorial introduction, let's assume that you have a database running, e.g.
104-
[H2 Sakila database](https://github.com/koentsje/sakila-h2) reacheable at the following JDBC URL:
104+
[H2 Sakila database](https://github.com/hibernate/sakila-h2) reacheable at the following JDBC URL:
105105
`jdbc:h2:tcp://localhost/./sakila`.
106106

107107
With this assumption, the `hibernate.properties` file, to be found in the root of our Java

ant/docs/examples/5-minute-tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
-->
1616
To run this example:
1717
- Have [Apache Ant](https://ant.apache.org) installed
18-
- Have [H2 Sakila database](https://github.com/koentsje/sakila-h2) running
18+
- Have [H2 Sakila database](https://github.com/hibernate/sakila-h2) running
1919
- Issue `ant` from a command-line window

ant/docs/examples/templatepath/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
-->
1616
To run this example:
1717
- Have [Apache Ant](https://ant.apache.org) installed
18-
- Have [H2 Sakila database](https://github.com/koentsje/sakila-h2) running
18+
- Have [H2 Sakila database](https://github.com/hibernate/sakila-h2) running
1919
- Issue `ant` from a command-line window

0 commit comments

Comments
 (0)