From c447580c82b0d026d1ec476c5f1fac65adabba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Tue, 4 Mar 2025 10:38:27 +0100 Subject: [PATCH] Merge pull request #22149 from mdelapenya/tctypos fix: testcontainers typos and link --- content/manuals/testcontainers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/testcontainers.md b/content/manuals/testcontainers.md index 87a39d267e..4068a6e0bd 100644 --- a/content/manuals/testcontainers.md +++ b/content/manuals/testcontainers.md @@ -26,7 +26,7 @@ quickstart: link: https://java.testcontainers.org/ --- -Testcontainers is set libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers. +Testcontainers is a set of open source libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers. Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services. {{< grid items=intro >}} @@ -38,7 +38,7 @@ Using Testcontainers, you can write tests that depend on the same services you u Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations: - [Go](https://golang.testcontainers.org/quickstart/) -- [Java](https://java.testcontainers.org/quickstart/) +- [Java](https://java.testcontainers.org/quickstart/junit_5_quickstart/) The rest are community-driven and maintained by independent contributors.