Skip to content

Commit 5791ea2

Browse files
committed
Update package reference in README
1 parent e12d246 commit 5791ea2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _N.B: TC needs to be on your application's classpath at runtime for this to work
2323

2424
Examples/Tests:
2525

26-
* [See here](https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/rnorth/testcontainers/jdbc/JDBCDriverTest.java)
26+
* [See here](https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/testcontainers/jdbc/JDBCDriverTest.java)
2727

2828
## Support
2929

@@ -62,9 +62,9 @@ Note that if you use @Rule, you will be given an isolated container for each tes
6262

6363
Examples/Tests:
6464

65-
* [MySQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/rnorth/testcontainers/junit/SimpleMySQLTest.java)
66-
* [PostgreSQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/postgresql/src/test/java/org/rnorth/testcontainers/junit/SimplePostgreSQLTest.java)
67-
* [nginx](https://github.com/testcontainers/testcontainers-java/blob/master/modules/nginx/src/test/java/org/rnorth/testcontainers/junit/SimpleNginxTest.java)
65+
* [MySQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/testcontainers/junit/SimpleMySQLTest.java)
66+
* [PostgreSQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/postgresql/src/test/java/org/testcontainers/junit/SimplePostgreSQLTest.java)
67+
* [nginx](https://github.com/testcontainers/testcontainers-java/blob/master/modules/nginx/src/test/java/org/testcontainers/junit/SimpleNginxTest.java)
6868

6969
A generic container rule can be used with any public docker image; for example:
7070

0 commit comments

Comments
 (0)