aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeeVenDick <teevendick@gmail.com>2020-11-30 05:44:03 +0800
committerGitHub <noreply@github.com>2020-11-29 13:44:03 -0800
commit43e41bb2b0d0ce8ac1ff92af79e401cdf96f6caa (patch)
treef0eb462172d35c04fd90ab2b98c8f5765b902302 /docs
parent896498fdbae91d5f97bfffcadef21b066277fcf2 (diff)
downloadvcpkg-43e41bb2b0d0ce8ac1ff92af79e401cdf96f6caa.tar.gz
vcpkg-43e41bb2b0d0ce8ac1ff92af79e401cdf96f6caa.zip
Fix broken doc link (#14833)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index df67d63d5..7d0601c13 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,7 +15,7 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too
- [Triplet files](users/triplets.md)
- [Configuration and Environment](users/config-environment.md)
- [Usage with Android](users/android.md)
-- [Using a manifest file to declare your dependencies](users/top-level-manifest.md)
+- [Using a manifest file to declare your dependencies](users/manifests.md)
### Maintainer help