Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs domain from www to java #7179

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading