aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/ports
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-03-11 01:56:07 +0800
committerGitHub <noreply@github.com>2021-03-10 11:56:07 -0600
commit2b20b27b0de7f1b5c1d2ca616de3cea7c21bef9b (patch)
tree3a23f86f17dc824db2fdb4a526b0323f3f3d72bb /docs/maintainers/ports
parent52aeb543997714349492f6a1099a4838542ae026 (diff)
downloadvcpkg-2b20b27b0de7f1b5c1d2ca616de3cea7c21bef9b.tar.gz
vcpkg-2b20b27b0de7f1b5c1d2ca616de3cea7c21bef9b.zip
[docs] Fix the automatically generated document URL (#16611)
* [document] Fix the automatically generated document URL * [docs] Format all documents
Diffstat (limited to 'docs/maintainers/ports')
-rw-r--r--docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md2
-rw-r--r--docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md2
-rw-r--r--docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md2
-rw-r--r--docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md b/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md
index 43d5c56cf..33509d117 100644
--- a/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md
+++ b/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md
@@ -1,6 +1,6 @@
# vcpkg_cmake_config_fixup
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md).
Merge release and debug CMake targets and configs to support multiconfig generators.
diff --git a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md
index be64ca1a6..51a96372f 100644
--- a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md
+++ b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md
@@ -1,6 +1,6 @@
# vcpkg_cmake_build
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md).
Build a cmake project.
diff --git a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
index 23e8c5cf9..3fcdf0e1a 100644
--- a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
+++ b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
@@ -1,6 +1,6 @@
# vcpkg_cmake_configure
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md).
Configure a CMake buildsystem.
diff --git a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md
index d328825bd..29ac265aa 100644
--- a/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md
+++ b/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md
@@ -1,6 +1,6 @@
# vcpkg_cmake_install
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md).
Build and install a cmake project.