Skip to content

Commit e2af62d

Browse files
publish updates from main (#22150)
Automated pull request for publishing docs updates. Co-authored-by: Manuel de la Peña <[email protected]>
2 parents 3dbd16e + c447580 commit e2af62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/testcontainers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ quickstart:
2626
link: https://java.testcontainers.org/
2727
---
2828

29-
Testcontainers is set libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers.
29+
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.
3030
Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services.
3131

3232
{{< grid items=intro >}}
@@ -38,7 +38,7 @@ Using Testcontainers, you can write tests that depend on the same services you u
3838
Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations:
3939

4040
- [Go](https://golang.testcontainers.org/quickstart/)
41-
- [Java](https://java.testcontainers.org/quickstart/)
41+
- [Java](https://java.testcontainers.org/quickstart/junit_5_quickstart/)
4242

4343
The rest are community-driven and maintained by independent contributors.
4444

0 commit comments

Comments
 (0)