From ef5ccc40e6d18208d3a2108f783d0eda86c02926 Mon Sep 17 00:00:00 2001 From: GSmithApps Date: Mon, 13 Apr 2026 10:35:46 -0500 Subject: [PATCH] fixed java samples link in troubleshooting guide --- troubleshooting-connection-issues-to-temporal-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting-connection-issues-to-temporal-cloud.md b/troubleshooting-connection-issues-to-temporal-cloud.md index 536bdb0..da20fd4 100644 --- a/troubleshooting-connection-issues-to-temporal-cloud.md +++ b/troubleshooting-connection-issues-to-temporal-cloud.md @@ -17,7 +17,7 @@ If you can connect this way, but there are connectivity issues when running code, the problem could be in your code. We should suggest you test if you can connect by running one of our connectivity samples: - - [Java Sample](https://github.com/temporalio/samples-java/tree/main/src/main/java/io/temporal/samples/ssl) + - [Java Sample](https://github.com/temporalio/samples-java/tree/main/core/src/main/java/io/temporal/samples/ssl) - [TypeScript Sample](https://github.com/temporalio/samples-typescript/tree/main/hello-world-mtls/) - [Go Sample](https://github.com/temporalio/samples-go/tree/main/helloworldmtls) - [Python Sample](https://github.com/temporalio/samples-python/blob/main/hello/hello_mtls.py)