diff --git a/include/SDL3/SDL_atomic.h b/include/SDL3/SDL_atomic.h index 40521c1dba..5ef1f107d1 100644 --- a/include/SDL3/SDL_atomic.h +++ b/include/SDL3/SDL_atomic.h @@ -36,7 +36,7 @@ * * There's also lots of good information here: * - * - https://www.1024cores.net/home/lock-free-algorithms + * - https://web.archive.org/web/20251113104356/https://1024cores.net/home/lock-free-algorithms * - https://preshing.com/ * * These operations may or may not actually be implemented using processor