Skip to content

Commit 03de1ce

Browse files
committed
Fix example docs links
1 parent 2798d34 commit 03de1ce

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/examples.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Examples of different use cases provided by Testcontainers can be found below:
44

5-
- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/kafka-cluster)
6-
- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/linked-container)
7-
- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container)
8-
- [Redis](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache)
9-
- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/master/examples/selenium-container)
10-
- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber)
11-
- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container)
12-
- [Solr](https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container)
13-
- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot)
14-
- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis)
15-
- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng)
16-
- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/master/examples/immudb)
5+
- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/kafka-cluster)
6+
- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/linked-container)
7+
- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/main/examples/neo4j-container)
8+
- [Redis](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache)
9+
- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/main/examples/selenium-container)
10+
- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/main/examples/cucumber)
11+
- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/main/examples/singleton-container)
12+
- [Solr](https://github.com/testcontainers/testcontainers-java/tree/main/examples/solr-container)
13+
- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot)
14+
- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot-kotlin-redis)
15+
- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache-testng)
16+
- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/main/examples/immudb)

0 commit comments

Comments
 (0)