Skip to content

Commit

Permalink
Update docs domain from www to java (#7179)
Browse files Browse the repository at this point in the history
  • Loading branch information
leocross committed Jun 9, 2023
1 parent 01bd9a0 commit 09b1e47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![Testcontainers logo](docs/logo.png)

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

## License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public boolean test(DockerClientProviderStrategy dockerClientProviderStrategy) {
"Could not find a valid Docker environment. Please check configuration. Attempted configurations were:\n" +
configurationFailures.stream().map(it -> "\t" + it).collect(Collectors.joining("\n")) +
"As no valid configuration was found, execution cannot continue.\n" +
"See https://www.testcontainers.org/on_failure.html for more details."
"See https://java.testcontainers.org/on_failure.html for more details."
);

FAIL_FAST_ALWAYS.set(true);
Expand Down
2 changes: 1 addition & 1 deletion docs/error_missing_container_runtime_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Here is a list of supported container runtime environments:
* [Testcontainers Cloud](https://www.testcontainers.cloud?utm_medium=direct&utm_source=testcontainers.com&utm_content=docs&utm_term=on-failure)

For more extensive information on supported container runtime environments, as well as known limitations of alternative container runtime environments,
please refer to [this page](https://www.testcontainers.org/supported_docker_environment/) in our documentation.
please refer to [this page](https://java.testcontainers.org/supported_docker_environment/) in our documentation.
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {

name project.description
description 'Isolated container management for Java code testing'
url 'https://testcontainers.org'
url 'https://java.testcontainers.org'
issueManagement {
system 'GitHub'
url 'https://github.com/testcontainers/testcontainers-java/issues'
Expand Down

0 comments on commit 09b1e47

Please sign in to comment.