From ae0a9948a053ceb82c485098fdef99c5cc4853be Mon Sep 17 00:00:00 2001 From: ryan frederich Date: Thu, 17 Jul 2025 17:27:50 -0700 Subject: [PATCH] replaced broken link in UDP-Networking for game programming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cedbdfcb852..c40af3df647 100644 --- a/README.md +++ b/README.md @@ -1445,7 +1445,7 @@ Use UDP over TCP when: #### Source(s) and further reading: TCP and UDP -* [Networking for game programming](http://gafferongames.com/networking-for-game-programmers/udp-vs-tcp/) +* [Networking for game programming](https://gafferongames.com/post/udp_vs_tcp/) * [Key differences between TCP and UDP protocols](http://www.cyberciti.biz/faq/key-differences-between-tcp-and-udp-protocols/) * [Difference between TCP and UDP](http://stackoverflow.com/questions/5970383/difference-between-tcp-and-udp) * [Transmission control protocol](https://en.wikipedia.org/wiki/Transmission_Control_Protocol)