Update testcontainers javadoc links

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>

See gh-51739
This commit is contained in:
Tran Ngoc Nhan
2026-09-15 13:10:24 +01:00
committed by Andy Wilkinson
parent 38a305d1d2
commit f8c3831792
2 changed files with 25 additions and 22 deletions
@@ -1,7 +1,7 @@
[[testing.testcontainers]]
= Testcontainers
The https://www.testcontainers.org/[Testcontainers] library provides a way to manage services running inside Docker containers.
The https://www.testcontainers.com/[Testcontainers] library provides a way to manage services running inside Docker containers.
It integrates with JUnit, allowing you to write a test class that can start up a container before any of the tests run.
Testcontainers is especially useful for writing integration tests that talk to a real backend service such as MySQL, MongoDB, Cassandra and others.