Skip to content

Commit 4793e67

Browse files
author
Colin Robertson
committed
Remove local vcpkg docs in favor of new site
1 parent 91e44c7 commit 4793e67

21 files changed

Lines changed: 40 additions & 671 deletions

.openpublishing.redirection.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"source_path": "docs/vcpkg.md",
65-
"redirect_url": "/cpp/build/vcpkg",
65+
"redirect_url": "https://vcpkg.io/",
6666
"redirect_document_id": true
6767
},
6868
{
@@ -725,6 +725,31 @@
725725
"redirect_url": "/cpp/build/reference/using-an-nmake-macro",
726726
"redirect_document_id": false
727727
},
728+
{
729+
"source_path": "docs/build/vcpkg.md",
730+
"redirect_url": "https://vcpkg.io/",
731+
"redirect_document_id": false
732+
},
733+
{
734+
"source_path": "docs/build/install-vcpkg.md",
735+
"redirect_url": "https://vcpkg.io/",
736+
"redirect_document_id": false
737+
},
738+
{
739+
"source_path": "docs/build/integrate-vcpkg.md",
740+
"redirect_url": "https://vcpkg.io/",
741+
"redirect_document_id": false
742+
},
743+
{
744+
"source_path": "docs/build/manage-libraries-with-vcpkg.md",
745+
"redirect_url": "https://vcpkg.io/",
746+
"redirect_document_id": false
747+
},
748+
{
749+
"source_path": "docs/build/vcpkg-command-line-reference.md",
750+
"redirect_url": "https://vcpkg.io/",
751+
"redirect_document_id": false
752+
},
728753
{
729754
"source_path": "docs/build/where-to-define-macros.md",
730755
"redirect_url": "/cpp/build/reference/where-to-define-macros",

docs/build/adding-references-in-visual-cpp-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ C++ projects often need to call functions or access data in a binary file such a
1212

1313
## Consuming libraries downloaded via vcpkg
1414

15-
To consume a library that you have downloaded by using the **vcpkg** package manager, you can ignore the instructions below. See [vcpkg: A C++ package manager for Windows, Linux, and macOS](vcpkg.md) for more information.
15+
To consume a library that you have downloaded by using the **vcpkg** package manager, you can ignore the instructions below. See [vcpkg.io](https://vcpkg.io/) for more information.
1616

1717
## Consuming static libraries
1818

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When you build for Windows using the MSVC compiler, CMake projects have support
9797

9898
## Vcpkg integration
9999

100-
If you have installed [vcpkg](vcpkg.md), CMake projects opened in Visual Studio automatically integrate the vcpkg toolchain file. That means no additional configuration is required to use vcpkg with your CMake projects. This support works for both local vcpkg installations and vcpkg installations on remote systems that you're targeting. This behavior is disabled automatically when you specify any other toolchain in your CMake Settings configuration.
100+
If you have installed [vcpkg](https://vcpkg.io/), CMake projects opened in Visual Studio automatically integrate the vcpkg toolchain file. That means no additional configuration is required to use vcpkg with your CMake projects. This support works for both local vcpkg installations and vcpkg installations on remote systems that you're targeting. This behavior is disabled automatically when you specify any other toolchain in your CMake Settings configuration.
101101

102102
## Customize configuration feedback
103103

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add source code files, icons, or any other items to your project by right-clicki
4141

4242
## Add third party libraries
4343

44-
To add third-party libraries, use the [vcpkg](vcpkg.md) package manager. Run the Visual Studio integration step to set up the paths to that library when you reference it from any Visual Studio project.
44+
To add third-party libraries, use the [vcpkg](https://vcpkg.io/) package manager. Run the Visual Studio integration step to set up the paths to that library when you reference it from any Visual Studio project.
4545

4646
## Set compiler options and other build properties
4747

docs/build/install-vcpkg.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

docs/build/integrate-vcpkg.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)