Skip to content

Commit 7702fbd

Browse files
committed
Copilot recommends https instead of http
1 parent 748dd34 commit 7702fbd

24 files changed

Lines changed: 51 additions & 51 deletions

Extensions/DirectXMathAVX.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -26,7 +26,7 @@ namespace DirectX
2626
// Should return true for AMD Bulldozer, Intel "Sandy Bridge", and Intel "Ivy Bridge" or later processors
2727
// with OS support for AVX (Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows 8, Windows Server 2012)
2828

29-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
29+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3030
int CPUInfo[4] = { -1 };
3131
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3232
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathAVX2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -27,7 +27,7 @@ namespace DirectX
2727
// Should return true for AMD "Excavator", Intel "Haswell" or later processors
2828
// with OS support for AVX (Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows 8, Windows Server 2012)
2929

30-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
30+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3131
int CPUInfo[4] = { -1 };
3232
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3333
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathBE.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -57,7 +57,7 @@ namespace DirectX
5757
{
5858
// Should return true on AMD Bulldozer, Intel Core i7/i5/i3, Intel Atom, or later processors
5959

60-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
60+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
6161
int CPUInfo[4] = { -1 };
6262
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
6363
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathF16C.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -27,7 +27,7 @@ namespace DirectX
2727
// Should return true for AMD "Piledriver" and Intel "Ivy Bridge" processors
2828
// with OS support for AVX (Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows 8, Windows Server 2012)
2929

30-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
30+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3131
int CPUInfo[4] = { -1 };
3232
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3333
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathFMA3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -26,7 +26,7 @@ namespace DirectX
2626
// Should return true for AMD "Pildriver" and Intel "Haswell" processors
2727
// with OS support for AVX (Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows 8, Windows Server 2012)
2828

29-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
29+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3030
int CPUInfo[4] = { -1 };
3131
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3232
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathFMA4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -31,7 +31,7 @@ namespace DirectX
3131
// Should return true for AMD Bulldozer processors
3232
// with OS support for AVX (Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1, Windows 8, Windows Server 2012)
3333

34-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
34+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3535
int CPUInfo[4] = { -1 };
3636
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3737
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathSSE3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -27,7 +27,7 @@ namespace DirectX
2727
{
2828
// Should return true on AMD Athlon 64, AMD Phenom, and Intel Pentium 4 or later processors
2929

30-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
30+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3131
int CPUInfo[4] = { -1 };
3232
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3333
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Extensions/DirectXMathSSE4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once
@@ -27,7 +27,7 @@ namespace DirectX
2727
{
2828
// Should return true on AMD Bulldozer, Intel Core 2 ("Penryn"), and Intel Core i7 ("Nehalem") or later processors
2929

30-
// See http://msdn.microsoft.com/en-us/library/hskdteyh.aspx
30+
// See https://msdn.microsoft.com/en-us/library/hskdteyh.aspx
3131
int CPUInfo[4] = { -1 };
3232
#if (defined(__clang__) || defined(__GNUC__)) && defined(__cpuid)
3333
__cpuid(0, CPUInfo[0], CPUInfo[1], CPUInfo[2], CPUInfo[3]);

Inc/DirectXCollision.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once

Inc/DirectXCollision.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) Microsoft Corporation.
55
// Licensed under the MIT License.
66
//
7-
// http://go.microsoft.com/fwlink/?LinkID=615560
7+
// https://go.microsoft.com/fwlink/?LinkID=615560
88
//-------------------------------------------------------------------------------------
99

1010
#pragma once

0 commit comments

Comments
 (0)