From 440b7f38d893ff892075c99fad71f4478237777f Mon Sep 17 00:00:00 2001 From: rnzit <32677893+rnzit@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:57:47 +0700 Subject: [PATCH 1/2] Update examples.md fix link zookeeper example --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index b7b96ee52bb..b9d8510a28e 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -14,4 +14,4 @@ Examples of different use cases provided by Testcontainers can be found below: - [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) -- [Zookeeper](https://github.com/testcontainers/testcontainers-java/tree/main/examples/zookeper) +- [Zookeeper](https://github.com/rnzit/testcontainers-java/tree/main/examples/zookeeper) From ae2b7df888db4400e7bb41791fc5caa4350f4a45 Mon Sep 17 00:00:00 2001 From: rnzit <32677893+rnzit@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:58:16 +0700 Subject: [PATCH 2/2] Update examples.md --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index b9d8510a28e..cdacd0dad89 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -14,4 +14,4 @@ Examples of different use cases provided by Testcontainers can be found below: - [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) -- [Zookeeper](https://github.com/rnzit/testcontainers-java/tree/main/examples/zookeeper) +- [Zookeeper](https://github.com/testcontainers/testcontainers-java/tree/main/examples/zookeeper)