Skip to content

Commit c12ca2e

Browse files
committed
renamed back link to home
1 parent 621239d commit c12ca2e

5 files changed

+6
-4
lines changed

FAQ.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
mechanism. If you are running multiple instances of a microservice, this should
66
be load balanced using any load balancer tool and it is the _load balancer's IP/hostname_
77
that is registered with snoop using the Snoop configuration parameters.
8+
9+
link:README.adoc[[home\]]

service-consumption.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ String helloResponse = helloService.simpleGet("hello")
2121
...
2222
}
2323

24-
link:README.adoc[[back\]]
24+
link:README.adoc[[home\]]

service-discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ private SnoopDiscoveryClient helloService;
3131

3232
. link:service-consumption.adoc[Consume the Service]
3333

34-
link:README.adoc[[back\]]
34+
link:README.adoc[[home\]]

service-registration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
-Dhost=http://192.168.59.103 -Dport=8080 -DserviceRoot=snoop-hello-service/api -DsnoopService: 192.168.59.103:8081/snoop-service/
3636

37-
link:README.adoc[[back\]]
37+
link:README.adoc[[home\]]

snoop-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Start the Snoop Service
44

55
docker run -it -p 8081:8080 ivargrimstad/snoop-service
66

7-
link:README.adoc[[back\]]
7+
link:README.adoc[[home\]]

0 commit comments

Comments
 (0)