Skip to content

Commit f487a25

Browse files
committed
Fix a typo in the readme
1 parent ed452bc commit f487a25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ Later we will get onto more complicated topics such as reaching a consensus of w
1414

1515
Questions comments and suggestions can be raised the specific blog post or by using issues here.
1616

17-
## Tutorial 11 - 11 Automatic Slave Reconnection
17+
## Tutorial 11 - Automatic Slave Reconnection
1818

1919
This tutorial focuses on changing the slave so that it will automatically reconnect to the master if the connection is lost.
2020

2121
With this addition the slave will automatically reconnect to the master no matter how many times it has been restarted. This moves the cluster one step forward towards a system which will automatically repair if there is an issue.
2222

2323
The next tutorial will focus on looking at how we can make the cluster code run on boot using rc.local.
2424

25-
The full details for [Tutorial 11 - Automatic Slave Reconnection is available on my blog](
26-
27-
)
25+
The full details for [Tutorial 11 - Automatic Slave Reconnection is available on my blog](https://chewett.co.uk/blog/1964/raspberry-pi-cluster-node-11-automatic-slave-reconnection/)
2826

2927
## Requirements
3028

0 commit comments

Comments
 (0)