From 2d697eada67eea95385870f9cd9e46dc4c615477 Mon Sep 17 00:00:00 2001 From: Michael Dufour Date: Fri, 22 Dec 2017 11:30:56 +0100 Subject: [PATCH] Update high_level_multiplayer.rst Updated bomber demo link on line 373 which was dead. --- learning/features/networking/high_level_multiplayer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning/features/networking/high_level_multiplayer.rst b/learning/features/networking/high_level_multiplayer.rst index e2196475b..2b6f80194 100644 --- a/learning/features/networking/high_level_multiplayer.rst +++ b/learning/features/networking/high_level_multiplayer.rst @@ -370,7 +370,7 @@ If you have paid attention to the previous example, it's possible you noticed th Each time this piece of code is executed on each peer, the peer makes itself master on the node it controls, and all other nodes remain as slaves with the server being their network master. To clarify, here is an example of how this looks in the -`bomber demo `_: +`bomber demo `_: .. image:: img/nmms.png