aboutsummaryrefslogtreecommitdiff
path: root/docs/regenerate.ps1
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/regenerate.ps1
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/regenerate.ps1')
-rwxr-xr-xdocs/regenerate.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/regenerate.ps1 b/docs/regenerate.ps1
index 61dd50a59..93e78a3c9 100755
--- a/docs/regenerate.ps1
+++ b/docs/regenerate.ps1
@@ -119,7 +119,7 @@ function FinalDocFile
$documentation += @("", "**This function has been deprecated $($Docs.DeprecationMessage)**")
}
}
- $documentation += @("", "The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/$PathToFile).")
+ $documentation += @("", "The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/$PathToFile).")
$documentation += $Docs.ActualDocumentation[1..$Docs.ActualDocumentation.Length]