From c6ee7e19d107b4f9a140bb2ccf99162e26318c69 Mon Sep 17 00:00:00 2001
From: Mike Pall <mike>
Date: Tue, 29 Aug 2023 22:27:38 +0200
Subject: Update external MSDN URL in code.

Thanks to Kyle Marshall. #1060
---
 src/lj_jit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/lj_jit.h b/src/lj_jit.h
index 66aa9aad..911c899c 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -86,7 +86,7 @@
 #define JIT_F_OPT_DEFAULT	JIT_F_OPT_3
 
 #if LJ_TARGET_WINDOWS || LJ_64
-/* See: http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx */
+/* See: https://devblogs.microsoft.com/oldnewthing/20031008-00/?p=42223 */
 #define JIT_P_sizemcode_DEFAULT		64
 #else
 /* Could go as low as 4K, but the mmap() overhead would be rather high. */
-- 
cgit v1.2.3-55-g6feb