aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/execute_process.md
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/execute_process.md
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/execute_process.md')
-rw-r--r--docs/maintainers/execute_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/execute_process.md b/docs/maintainers/execute_process.md
index f8b866ae1..688ec8464 100644
--- a/docs/maintainers/execute_process.md
+++ b/docs/maintainers/execute_process.md
@@ -1,6 +1,6 @@
# execute_process
-The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/maintainers/execute_process.md).
+The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/execute_process.md).
Intercepts all calls to execute_process() inside portfiles and fails when Download Mode
is enabled.