Skip to content

Commit

Permalink
Update broken link README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 7, 2025
1 parent 967d294 commit 355cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ sources of non-determinism such as:
- uninitialized memory (in unsafe programming languages like C
or C++)
- [floating point
arithmetic](http://gafferongames.com/networking-for-game-programmers/floating-point-determinism/)
arithmetic](https://gafferongames.com/post/floating_point_determinism/)
- language features that are random (e.g. map iteration in Go)

While programmers can avoid non-determinism by being careful, it is also
Expand Down

0 comments on commit 355cebf

Please sign in to comment.