Skip to content

Commit 3d080ab

Browse files
committed
Link READMEs from the chapter 11 and 13.
1 parent 1d982e0 commit 3d080ab

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As an example if you want to build the code example from the chapter 2, open a t
1313

1414
```shell script
1515
$ cd chapter-2
16-
$ ./mvnw package
16+
$ ./mvn package
1717
```
1818

1919
The book examples work best using some Unix environment: Linux, macOS or the Windows Subsystem for Linux from Microsoft.
@@ -26,7 +26,11 @@ The following folders are available:
2626
* [Chapter 3 - Distributed Systems: What the heck?](./chapter-3)
2727
* [Chapter 4 - Design Principles of Reactive Systems](./chapter-4)
2828
* [Chapter 5 - Reactive Programming: Taming the Asynchronicity](./chapter-5)
29-
* [Chapter 7 - Mutiny: An Event-Driven Reactive Programming API ](./chapter-7)
29+
* [Chapter 7 - Mutiny: An Event-Driven Reactive Programming API](./chapter-7)
30+
* [Chapter 8 - HTTP with Reactive in Mind](./chapter-8)
31+
* [Chapter 9 - Accessing Data Reactively](./chapter-9)
32+
* [Chapter 11 - The Event Bus: The Backbone](./chapter-13)
33+
* [Chapter 13 - Observing Reactive and Event-Driven Architectures](./chapter-13)
3034

3135
The _main_ branch is where you must look for working examples.
3236

chapter-11/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chapter 11
1+
# Chapter 11 - The Event Bus: The Backbone
22

33
## Pre-requisites
44

chapter-13/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chapter 13
1+
# Chapter 13 - Observing Reactive and Event-Driven Architectures
22

33
## Pre-requisites
44

0 commit comments

Comments
 (0)