Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque committed Apr 11, 2024
1 parent 669a6d6 commit c625954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tutorial/basic_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub(crate) fn handle_connections(
As you can see above, starting replicating an entity is very easy: you just need to add the `Replicate` component to the entity
and it will start getting replicated.

(you can learn more in the [replicate](./concepts/replication/replicate.md) page)
(you can learn more in the [replicate](../concepts/replication/replicate.md) page)


If you remove the `Replicate` component from an entity, any updates to that entity won't be replicated anymore.
Expand Down

0 comments on commit c625954

Please sign in to comment.