From cefd16f32b1d0389791bdd9c46beb080e654b872 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 31 Mar 2026 15:11:56 -0700 Subject: [PATCH 1/2] CoPilot recommends using https: instead of http --- CHANGELOG.md | 2 +- DirectXMesh/DirectXMesh.h | 2 +- DirectXMesh/DirectXMesh.inl | 2 +- DirectXMesh/DirectXMeshAdjacency.cpp | 2 +- DirectXMesh/DirectXMeshClean.cpp | 2 +- DirectXMesh/DirectXMeshConcat.cpp | 2 +- DirectXMesh/DirectXMeshGSAdjacency.cpp | 2 +- DirectXMesh/DirectXMeshNormals.cpp | 2 +- DirectXMesh/DirectXMeshOptimize.cpp | 2 +- DirectXMesh/DirectXMeshOptimizeLRU.cpp | 2 +- DirectXMesh/DirectXMeshOptimizeTVC.cpp | 2 +- DirectXMesh/DirectXMeshP.h | 2 +- DirectXMesh/DirectXMeshRemap.cpp | 2 +- DirectXMesh/DirectXMeshTangentFrame.cpp | 2 +- DirectXMesh/DirectXMeshUtil.cpp | 2 +- DirectXMesh/DirectXMeshVBReader.cpp | 2 +- DirectXMesh/DirectXMeshVBWriter.cpp | 2 +- DirectXMesh/DirectXMeshValidate.cpp | 2 +- DirectXMesh/DirectXMeshWeldVertices.cpp | 2 +- DirectXMesh/DirectXMeshletGenerator.cpp | 2 +- Meshconvert/Mesh.cpp | 2 +- Meshconvert/Mesh.h | 2 +- Meshconvert/MeshOBJ.cpp | 2 +- Meshconvert/Meshconvert.cpp | 2 +- Meshconvert/vbo.h | 2 +- README.md | 2 +- Utilities/FlexibleVertexFormat.h | 2 +- Utilities/WaveFrontReader.h | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9b90c5..bdfcd2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # DirectXMesh geometry processing library -http://go.microsoft.com/fwlink/?LinkID=324981 +https://go.microsoft.com/fwlink/?LinkID=324981 Releases available for download on [GitHub](https://github.com/microsoft/DirectXMesh/releases) diff --git a/DirectXMesh/DirectXMesh.h b/DirectXMesh/DirectXMesh.h index 35344f88..3eef83fb 100644 --- a/DirectXMesh/DirectXMesh.h +++ b/DirectXMesh/DirectXMesh.h @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #pragma once diff --git a/DirectXMesh/DirectXMesh.inl b/DirectXMesh/DirectXMesh.inl index 4ff30c35..9655f1b7 100644 --- a/DirectXMesh/DirectXMesh.inl +++ b/DirectXMesh/DirectXMesh.inl @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #pragma once diff --git a/DirectXMesh/DirectXMeshAdjacency.cpp b/DirectXMesh/DirectXMeshAdjacency.cpp index 56a60717..00203481 100644 --- a/DirectXMesh/DirectXMeshAdjacency.cpp +++ b/DirectXMesh/DirectXMeshAdjacency.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshClean.cpp b/DirectXMesh/DirectXMeshClean.cpp index 9284f774..147210f7 100644 --- a/DirectXMesh/DirectXMeshClean.cpp +++ b/DirectXMesh/DirectXMeshClean.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshConcat.cpp b/DirectXMesh/DirectXMeshConcat.cpp index 792ec394..9af2d8ae 100644 --- a/DirectXMesh/DirectXMeshConcat.cpp +++ b/DirectXMesh/DirectXMeshConcat.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshGSAdjacency.cpp b/DirectXMesh/DirectXMeshGSAdjacency.cpp index 84bf5049..b8d0e1e7 100644 --- a/DirectXMesh/DirectXMeshGSAdjacency.cpp +++ b/DirectXMesh/DirectXMeshGSAdjacency.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshNormals.cpp b/DirectXMesh/DirectXMeshNormals.cpp index 31c8a9ac..ebd7d9ce 100644 --- a/DirectXMesh/DirectXMeshNormals.cpp +++ b/DirectXMesh/DirectXMeshNormals.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshOptimize.cpp b/DirectXMesh/DirectXMeshOptimize.cpp index e64fdcfd..4fac50fe 100644 --- a/DirectXMesh/DirectXMeshOptimize.cpp +++ b/DirectXMesh/DirectXMeshOptimize.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshOptimizeLRU.cpp b/DirectXMesh/DirectXMeshOptimizeLRU.cpp index b22e26ab..7277b6fa 100644 --- a/DirectXMesh/DirectXMeshOptimizeLRU.cpp +++ b/DirectXMesh/DirectXMeshOptimizeLRU.cpp @@ -9,7 +9,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshOptimizeTVC.cpp b/DirectXMesh/DirectXMeshOptimizeTVC.cpp index 41556126..68905c32 100644 --- a/DirectXMesh/DirectXMeshOptimizeTVC.cpp +++ b/DirectXMesh/DirectXMeshOptimizeTVC.cpp @@ -8,7 +8,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshP.h b/DirectXMesh/DirectXMeshP.h index 720c5228..46e45efd 100644 --- a/DirectXMesh/DirectXMeshP.h +++ b/DirectXMesh/DirectXMeshP.h @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #pragma once diff --git a/DirectXMesh/DirectXMeshRemap.cpp b/DirectXMesh/DirectXMeshRemap.cpp index 5de3acaa..c38b179b 100644 --- a/DirectXMesh/DirectXMeshRemap.cpp +++ b/DirectXMesh/DirectXMeshRemap.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshTangentFrame.cpp b/DirectXMesh/DirectXMeshTangentFrame.cpp index a438d959..e40f377f 100644 --- a/DirectXMesh/DirectXMeshTangentFrame.cpp +++ b/DirectXMesh/DirectXMeshTangentFrame.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshUtil.cpp b/DirectXMesh/DirectXMeshUtil.cpp index 2c2a240c..e28ddf44 100644 --- a/DirectXMesh/DirectXMeshUtil.cpp +++ b/DirectXMesh/DirectXMeshUtil.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshVBReader.cpp b/DirectXMesh/DirectXMeshVBReader.cpp index bd81b98c..706c2288 100644 --- a/DirectXMesh/DirectXMeshVBReader.cpp +++ b/DirectXMesh/DirectXMeshVBReader.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshVBWriter.cpp b/DirectXMesh/DirectXMeshVBWriter.cpp index c7099b7b..1db543f8 100644 --- a/DirectXMesh/DirectXMeshVBWriter.cpp +++ b/DirectXMesh/DirectXMeshVBWriter.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshValidate.cpp b/DirectXMesh/DirectXMeshValidate.cpp index 5769ffe7..bd9638a1 100644 --- a/DirectXMesh/DirectXMeshValidate.cpp +++ b/DirectXMesh/DirectXMeshValidate.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshWeldVertices.cpp b/DirectXMesh/DirectXMeshWeldVertices.cpp index a6480ed1..a002f9e7 100644 --- a/DirectXMesh/DirectXMeshWeldVertices.cpp +++ b/DirectXMesh/DirectXMeshWeldVertices.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/DirectXMesh/DirectXMeshletGenerator.cpp b/DirectXMesh/DirectXMeshletGenerator.cpp index 5724c680..40824165 100644 --- a/DirectXMesh/DirectXMeshletGenerator.cpp +++ b/DirectXMesh/DirectXMeshletGenerator.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- #include "DirectXMeshP.h" diff --git a/Meshconvert/Mesh.cpp b/Meshconvert/Mesh.cpp index 868dcf71..f5c391d7 100644 --- a/Meshconvert/Mesh.cpp +++ b/Meshconvert/Mesh.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 // http://go.microsoft.com/fwlink/?LinkID=512686 //-------------------------------------------------------------------------------------- diff --git a/Meshconvert/Mesh.h b/Meshconvert/Mesh.h index 094105e9..a6288fea 100644 --- a/Meshconvert/Mesh.h +++ b/Meshconvert/Mesh.h @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 // http://go.microsoft.com/fwlink/?LinkID=512686 //-------------------------------------------------------------------------------------- diff --git a/Meshconvert/MeshOBJ.cpp b/Meshconvert/MeshOBJ.cpp index 1c8777c1..b7126820 100644 --- a/Meshconvert/MeshOBJ.cpp +++ b/Meshconvert/MeshOBJ.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 // http://go.microsoft.com/fwlink/?LinkID=512686 //-------------------------------------------------------------------------------------- diff --git a/Meshconvert/Meshconvert.cpp b/Meshconvert/Meshconvert.cpp index d3c8cbae..727b1260 100644 --- a/Meshconvert/Meshconvert.cpp +++ b/Meshconvert/Meshconvert.cpp @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //-------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Meshconvert/vbo.h b/Meshconvert/vbo.h index 6fc15fa8..8b14173b 100644 --- a/Meshconvert/vbo.h +++ b/Meshconvert/vbo.h @@ -5,7 +5,7 @@ // a simple binary file containing a 16-bit index buffer and a fixed-format vertex buffer. // // The meshconvert sample tool for DirectXMesh can produce this file type -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 // // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. diff --git a/README.md b/README.md index 3678ed53..f6ea88bb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # DirectXMesh geometry processing library -http://go.microsoft.com/fwlink/?LinkID=324981 +https://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. diff --git a/Utilities/FlexibleVertexFormat.h b/Utilities/FlexibleVertexFormat.h index 6228b400..40514344 100644 --- a/Utilities/FlexibleVertexFormat.h +++ b/Utilities/FlexibleVertexFormat.h @@ -6,7 +6,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //-------------------------------------------------------------------------------------- #pragma once diff --git a/Utilities/WaveFrontReader.h b/Utilities/WaveFrontReader.h index f4c280ce..fe3d6ea9 100644 --- a/Utilities/WaveFrontReader.h +++ b/Utilities/WaveFrontReader.h @@ -8,7 +8,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //-------------------------------------------------------------------------------------- #pragma once From 4319cd1f0077566da53281f5feac43c555a4a86e Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 31 Mar 2026 15:19:58 -0700 Subject: [PATCH 2/2] Update copilot instructions --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index ec3eca39..8ef95507 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -169,7 +169,7 @@ Every source file (`.cpp`, `.h`, etc.) must begin with this block: // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // -// http://go.microsoft.com/fwlink/?LinkID=324981 +// https://go.microsoft.com/fwlink/?LinkID=324981 //------------------------------------------------------------------------------------- ```