Skip to content

Commit 09b1e47

Browse files
authored
Update docs domain from www to java (#7179)
1 parent 01bd9a0 commit 09b1e47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
![Testcontainers logo](docs/logo.png)
1010

11-
# [Read the documentation here](http://www.testcontainers.org)
11+
# [Read the documentation here](https://java.testcontainers.org)
1212

1313
## License
1414

core/src/main/java/org/testcontainers/dockerclient/DockerClientProviderStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public boolean test(DockerClientProviderStrategy dockerClientProviderStrategy) {
269269
"Could not find a valid Docker environment. Please check configuration. Attempted configurations were:\n" +
270270
configurationFailures.stream().map(it -> "\t" + it).collect(Collectors.joining("\n")) +
271271
"As no valid configuration was found, execution cannot continue.\n" +
272-
"See https://www.testcontainers.org/on_failure.html for more details."
272+
"See https://java.testcontainers.org/on_failure.html for more details."
273273
);
274274

275275
FAIL_FAST_ALWAYS.set(true);

docs/error_missing_container_runtime_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Here is a list of supported container runtime environments:
1313
* [Testcontainers Cloud](https://www.testcontainers.cloud?utm_medium=direct&utm_source=testcontainers.com&utm_content=docs&utm_term=on-failure)
1414

1515
For more extensive information on supported container runtime environments, as well as known limitations of alternative container runtime environments,
16-
please refer to [this page](https://www.testcontainers.org/supported_docker_environment/) in our documentation.
16+
please refer to [this page](https://java.testcontainers.org/supported_docker_environment/) in our documentation.

gradle/publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030

3131
name project.description
3232
description 'Isolated container management for Java code testing'
33-
url 'https://testcontainers.org'
33+
url 'https://java.testcontainers.org'
3434
issueManagement {
3535
system 'GitHub'
3636
url 'https://github.com/testcontainers/testcontainers-java/issues'

0 commit comments

Comments
 (0)