From 355cebfce07556bffc28960d8b0866580abdcc9e Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Tue, 7 Jan 2025 13:37:24 +0100 Subject: [PATCH] Update broken link README.md --- docs/introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/README.md b/docs/introduction/README.md index acafe992f..39f51aebc 100644 --- a/docs/introduction/README.md +++ b/docs/introduction/README.md @@ -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