Skip to content

Commit

Permalink
Fix example docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 3, 2022
1 parent 2798d34 commit 03de1ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/kafka-cluster)
- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/linked-container)
- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container)
- [Redis](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache)
- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/master/examples/selenium-container)
- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber)
- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container)
- [Solr](https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container)
- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot)
- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis)
- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng)
- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/master/examples/immudb)
- [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)
- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/main/examples/cucumber)
- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/main/examples/singleton-container)
- [Solr](https://github.com/testcontainers/testcontainers-java/tree/main/examples/solr-container)
- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot)
- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot-kotlin-redis)
- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache-testng)
- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/main/examples/immudb)

0 comments on commit 03de1ce

Please sign in to comment.