Browse Source

Merge pull request #917 from Mikerhinos/patch-1

Update high_level_multiplayer.rst
Rémi Verschelde 7 years ago
parent
commit
56d45ff6e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/features/networking/high_level_multiplayer.rst

+ 1 - 1
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 <https://github.com/godotengine/godot-demo-projects/tree/master/networking/simple_multiplayer>`_:
+`bomber demo <https://github.com/godotengine/godot-demo-projects/tree/master/networking/multiplayer_bomber>`_:
 
 .. image:: img/nmms.png