From 59cbb8280a102cad1660e99d542a6ae23a70778f Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 28 Mar 2025 12:22:40 +0000 Subject: [PATCH] Fix dead links Fix links to confirm to the standard [used elsewhere](https://github.com/hazelcast-guides/standard-deviation-parallel-processing/blob/bf5eb4fd0f6e3214cd3a9e3d4d9458c104cfff97/docs/modules/ROOT/pages/compute-standard-deviation.adoc?plain=1#L187). --- docs/modules/ROOT/pages/spring-boot-client.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/spring-boot-client.adoc b/docs/modules/ROOT/pages/spring-boot-client.adoc index 8c5bb8b..3a77b79 100644 --- a/docs/modules/ROOT/pages/spring-boot-client.adoc +++ b/docs/modules/ROOT/pages/spring-boot-client.adoc @@ -82,7 +82,7 @@ If the Hazelcast client is on the classpath and a suitable configuration is foun include::spring-boot-sample:example$pom.xml[tag=client] ---- -link:{github-directory}/pom.xml[View source] +link:{github-directory}/tree/master/pom.xml[View source] ==== .`HzCloudDemoApplication.java` @@ -95,7 +95,7 @@ Spring Boot first attempts to create a Hazelcast client by checking the presence include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[tag=class] ---- -link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source] +link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source] ==== .`MapService.java` @@ -108,7 +108,7 @@ When the `com.hazelcast.client.config.ClientConfig` bean is present, a `Hazelcas include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[tag=class] ---- -link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source] +link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source] ==== == Step 2. Connect the Client @@ -154,4 +154,4 @@ Use this boilerplate application as a foundation to start building your own appl See the xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud} documentation] to continue learning or try another tutorial. -See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring. \ No newline at end of file +See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring.