From 1fb8584217ba021cb068a516c8fd6f715f8d114f Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Tue, 1 Nov 2022 08:32:39 +1000 Subject: [PATCH] Updated link to landing page. --- README.md | 2 +- example-1/README.MD | 2 +- example-2/README.MD | 2 +- example-3/README.MD | 2 +- example-4/README.MD | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20c9401..37a55cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chapter-5 -Code and examples for Chapter 5 of [Bootstrapping Microservices](http://bit.ly/2o0aDsP). +Code and examples for Chapter 5 of [Bootstrapping Microservices](https://www.bootstrapping-microservices.com). In chapter 5 you learn how to make microservices communicate with direct and indirect messages and how to get whole application "live reload" working. diff --git a/example-1/README.MD b/example-1/README.MD index f3ca078..b991039 100644 --- a/example-1/README.MD +++ b/example-1/README.MD @@ -1,6 +1,6 @@ # Example-1 -Example number 1 from Chapter 5 of [Bootstrapping Microservices](http://bit.ly/2o0aDsP). +Example number 1 from Chapter 5 of [Bootstrapping Microservices](https://www.bootstrapping-microservices.com). In Chapter 5 of Bootstrapping Microservices you learn how to make microservices talk to each other with HTTP requests and RabbitMQ messages. diff --git a/example-2/README.MD b/example-2/README.MD index 6e2e3a6..dedf857 100644 --- a/example-2/README.MD +++ b/example-2/README.MD @@ -1,6 +1,6 @@ # Example-2 -Example number 2 from Chapter 5 of [Bootstrapping Microservices](http://bit.ly/2o0aDsP). +Example number 2 from Chapter 5 of [Bootstrapping Microservices](https://www.bootstrapping-microservices.com). In Chapter 5 of Bootstrapping Microservices you learn how to make microservices talk to each other with HTTP requests and RabbitMQ messages. diff --git a/example-3/README.MD b/example-3/README.MD index a665304..f2341f1 100644 --- a/example-3/README.MD +++ b/example-3/README.MD @@ -1,6 +1,6 @@ # Example-3 -Example number 3 from Chapter 5 of [Bootstrapping Microservices](http://bit.ly/2o0aDsP). +Example number 3 from Chapter 5 of [Bootstrapping Microservices](https://www.bootstrapping-microservices.com). In Chapter 5 of Bootstrapping Microservices you learn how to make microservices talk to each other with HTTP requests and RabbitMQ messages. diff --git a/example-4/README.MD b/example-4/README.MD index a6e783f..65512e7 100644 --- a/example-4/README.MD +++ b/example-4/README.MD @@ -1,6 +1,6 @@ # Example-4 -Example number 4 from Chapter 5 of [Bootstrapping Microservices](http://bit.ly/2o0aDsP). +Example number 4 from Chapter 5 of [Bootstrapping Microservices](https://www.bootstrapping-microservices.com). In Chapter 5 of Bootstrapping Microservices you learn how to make microservices talk to each other with HTTP requests and RabbitMQ messages.