From c8e94d64ed0e53a15d168300318344b961606866 Mon Sep 17 00:00:00 2001 From: Guillaume Noireaux Date: Mon, 8 Jan 2024 17:16:09 +0100 Subject: [PATCH] Update examples.md - Use of links between containers should be deprecated #465 https://github.com/testcontainers/testcontainers-java/issues/465 --- docs/examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 05638d00d43..c63fa739817 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -4,7 +4,6 @@ Examples of different use cases provided by Testcontainers can be found below: - [Hazelcast](https://github.com/testcontainers/testcontainers-java/tree/main/examples/hazelcast) - [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/kafka-cluster) -- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/linked-container) - [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/main/examples/neo4j-container) - [Redis](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache) - [Selenium](https://github.com/testcontainers/testcontainers-java/tree/main/examples/selenium-container)