Skip to content

Commit 43d609a

Browse files
authored
CoPilot recommends using https: instead of http (#283)
1 parent 5dc01f9 commit 43d609a

29 files changed

Lines changed: 29 additions & 29 deletions

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Every source file (`.cpp`, `.h`, etc.) must begin with this block:
169169
// Copyright (c) Microsoft Corporation.
170170
// Licensed under the MIT License.
171171
//
172-
// http://go.microsoft.com/fwlink/?LinkID=324981
172+
// https://go.microsoft.com/fwlink/?LinkID=324981
173173
//-------------------------------------------------------------------------------------
174174
```
175175

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DirectXMesh geometry processing library
22

3-
http://go.microsoft.com/fwlink/?LinkID=324981
3+
https://go.microsoft.com/fwlink/?LinkID=324981
44

55
Releases available for download on [GitHub](https://github.com/microsoft/DirectXMesh/releases)
66

DirectXMesh/DirectXMesh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#pragma once

DirectXMesh/DirectXMesh.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#pragma once

DirectXMesh/DirectXMeshAdjacency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

DirectXMesh/DirectXMeshClean.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

DirectXMesh/DirectXMeshConcat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

DirectXMesh/DirectXMeshGSAdjacency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

DirectXMesh/DirectXMeshNormals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

DirectXMesh/DirectXMeshOptimize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) Microsoft Corporation.
77
// Licensed under the MIT License.
88
//
9-
// http://go.microsoft.com/fwlink/?LinkID=324981
9+
// https://go.microsoft.com/fwlink/?LinkID=324981
1010
//-------------------------------------------------------------------------------------
1111

1212
#include "DirectXMeshP.h"

0 commit comments

Comments
 (0)