From ddeadad2b8e08cd609b7c5c6348ee9ab6196c6dd Mon Sep 17 00:00:00 2001 From: Wires77 Date: Wed, 3 Jul 2024 21:40:45 -0500 Subject: [PATCH] fix: broken modules link on node.js page --- guide/getting-started-with-testcontainers-for-nodejs/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/getting-started-with-testcontainers-for-nodejs/index.adoc b/guide/getting-started-with-testcontainers-for-nodejs/index.adoc index 79cd5cb..724c024 100644 --- a/guide/getting-started-with-testcontainers-for-nodejs/index.adoc +++ b/guide/getting-started-with-testcontainers-for-nodejs/index.adoc @@ -212,7 +212,7 @@ your teammates can clone the project and run tests without installing Postgres on their computers. In addition to PostgreSQL, Testcontainers provides dedicated -https://github.com/testcontainers/testcontainers-node/tree/main/src/modules[modules] for many commonly used +https://github.com/testcontainers/testcontainers-node/tree/main/packages/modules[modules] for many commonly used SQL databases, NoSQL databases, messaging queues, etc. Besides the modules you can use Testcontainers to run any containerized dependency for your tests! You can explore more about Testcontainers at https://testcontainers.com/.