aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/cpu_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/cpu_info.c')
-rw-r--r--wsutil/cpu_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/cpu_info.c b/wsutil/cpu_info.c
index e043104305..810b48628c 100644
--- a/wsutil/cpu_info.c
+++ b/wsutil/cpu_info.c
@@ -26,7 +26,7 @@ get_cpu_info(GString *str)
char CPUBrandString[0x40];
unsigned nExIds;
- /* http://msdn.microsoft.com/en-us/library/hskdteyh(v=vs.100).aspx */
+ /* https://docs.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex */
/* Calling __cpuid with 0x80000000 as the InfoType argument */
/* gets the number of valid extended IDs. */