Skip to content

Commit 59cbb82

Browse files

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modules/ROOT/pages/spring-boot-client.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If the Hazelcast client is on the classpath and a suitable configuration is foun
8282
include::spring-boot-sample:example$pom.xml[tag=client]
8383
----
8484
85-
link:{github-directory}/pom.xml[View source]
85+
link:{github-directory}/tree/master/pom.xml[View source]
8686
====
8787

8888
.`HzCloudDemoApplication.java`
@@ -95,7 +95,7 @@ Spring Boot first attempts to create a Hazelcast client by checking the presence
9595
include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[tag=class]
9696
----
9797
98-
link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source]
98+
link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/HzCloudDemoApplication.java[View source]
9999
====
100100

101101
.`MapService.java`
@@ -108,7 +108,7 @@ When the `com.hazelcast.client.config.ClientConfig` bean is present, a `Hazelcas
108108
include::spring-boot-sample:example$src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[tag=class]
109109
----
110110
111-
link:{github-directory}/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source]
111+
link:{github-directory}/tree/master/src/main/java/sample/com/hazelcast/demo/cloud/MapService.java[View source]
112112
====
113113

114114
== Step 2. Connect the Client
@@ -154,4 +154,4 @@ Use this boilerplate application as a foundation to start building your own appl
154154

155155
See the xref:cloud:ROOT:overview.adoc[Hazelcast {hazelcast-cloud} documentation] to continue learning or try another tutorial.
156156

157-
See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring.
157+
See the link:{url-spring-hazelcast}[Spring Boot] documentation for more about using Hazelcast with Spring.

0 commit comments

Comments
 (0)