Skip to content

Commit 6ebb5d3

Browse files
authored
fixed link
1 parent 4ac4d0b commit 6ebb5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/windows/overview-of-windows-programming-in-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DirectX games can run on the PC or Xbox. For more information, see [DirectX Deve
8181

8282
Visual C++ includes the C Runtime Library (CRT), the C++ Standard Library, and other Microsoft-specific libraries. The include folders that contain header files for these libraries are located either in the Visual Studio installation directory under the \VC\ folder, or in the case of the CRT, in the Windows SDK installation folder.
8383

84-
You can use the [Vcpkg package manager](../vcpkd.md) to conveniently install hundreds of third-party open-source libraries for Windows.
84+
You can use the [Vcpkg package manager](../vcpkg.md) to conveniently install hundreds of third-party open-source libraries for Windows.
8585

8686
The Microsoft libraries include:
8787

0 commit comments

Comments
 (0)