From c30a84cd69e3ed56bfb7d55dd7dc5fefefb8304a Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 2 Apr 2017 14:27:43 +0200 Subject: [PATCH] Fix dead links Not sure if the updated links are the ones you intended, but that's the location of each of these files... --- docs/usage/database_containers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/database_containers.md b/docs/usage/database_containers.md index 9da5af91e81..94ee888b5ac 100644 --- a/docs/usage/database_containers.md +++ b/docs/usage/database_containers.md @@ -40,8 +40,8 @@ Note that if you use `@Rule`, you will be given an isolated container for each t Examples/Tests: - * [MySQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/mysql/src/test/java/org/testcontainers/junit/SimpleMySQLTest.java) - * [PostgreSQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/postgresql/src/test/java/org/testcontainers/junit/SimplePostgreSQLTest.java) + * [MySQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/jdbc-test/src/test/java/org/testcontainers/junit/SimpleMySQLTest.java) + * [PostgreSQL](https://github.com/testcontainers/testcontainers-java/blob/master/modules/jdbc-test/src/test/java/org/testcontainers/junit/SimplePostgreSQLTest.java) * [Oracle-XE](https://github.com/testcontainers/testcontainers-java/blob/master/modules/oracle-xe/src/test/java/org/testcontainers/junit/SimpleOracleTest.java) * [Virtuoso](https://github.com/testcontainers/testcontainers-java/blob/master/modules/virtuoso/src/test/java/org/testcontainers/junit/SimpleVirtuosoTest.java)