aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/internal
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/internal
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/internal')
-rw-r--r--docs/maintainers/internal/vcpkg_internal_get_cmake_vars.md2
-rw-r--r--docs/maintainers/internal/z_vcpkg_apply_patches.md2
-rw-r--r--docs/maintainers/internal/z_vcpkg_function_arguments.md2
-rw-r--r--docs/maintainers/internal/z_vcpkg_prettify_command_line.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers/internal/vcpkg_internal_get_cmake_vars.md b/docs/maintainers/internal/vcpkg_internal_get_cmake_vars.md
index 62ac8080c..63218102f 100644
--- a/docs/maintainers/internal/vcpkg_internal_get_cmake_vars.md
+++ b/docs/maintainers/internal/vcpkg_internal_get_cmake_vars.md
@@ -1,6 +1,6 @@
# vcpkg_internal_get_cmake_vars
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/).
**Only for internal use in vcpkg helpers. Behavior and arguments will change without notice.**
Runs a cmake configure with a dummy project to extract certain cmake variables
diff --git a/docs/maintainers/internal/z_vcpkg_apply_patches.md b/docs/maintainers/internal/z_vcpkg_apply_patches.md
index e4d54caf4..64351ed52 100644
--- a/docs/maintainers/internal/z_vcpkg_apply_patches.md
+++ b/docs/maintainers/internal/z_vcpkg_apply_patches.md
@@ -1,6 +1,6 @@
# z_vcpkg_apply_patches
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/).
**Only for internal use in vcpkg helpers. Behavior and arguments will change without notice.**
diff --git a/docs/maintainers/internal/z_vcpkg_function_arguments.md b/docs/maintainers/internal/z_vcpkg_function_arguments.md
index a31d8b33c..ac6fb1b60 100644
--- a/docs/maintainers/internal/z_vcpkg_function_arguments.md
+++ b/docs/maintainers/internal/z_vcpkg_function_arguments.md
@@ -1,6 +1,6 @@
# z_vcpkg_function_arguments
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/).
**Only for internal use in vcpkg helpers. Behavior and arguments will change without notice.**
Get a list of the arguments which were passed in.
diff --git a/docs/maintainers/internal/z_vcpkg_prettify_command_line.md b/docs/maintainers/internal/z_vcpkg_prettify_command_line.md
index 9bbb1c457..f17114bce 100644
--- a/docs/maintainers/internal/z_vcpkg_prettify_command_line.md
+++ b/docs/maintainers/internal/z_vcpkg_prettify_command_line.md
@@ -1,6 +1,6 @@
# z_vcpkg_prettify_command_line
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/).
**Only for internal use in vcpkg helpers. Behavior and arguments will change without notice.**
Turn a command line into a formatted string.