aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Shekher <voldyman666@gmail.com>2021-03-22 15:15:29 -0700
committerGitHub <noreply@github.com>2021-03-22 15:15:29 -0700
commit7524d9d4c4b723739170c2337de325087873c7d3 (patch)
tree288994776aa855504ae11b7ed41415c02a713a22
parent062676d92b3ca9608728f48f10080712b98e0463 (diff)
downloadvcpkg-7524d9d4c4b723739170c2337de325087873c7d3.tar.gz
vcpkg-7524d9d4c4b723739170c2337de325087873c7d3.zip
[docs] Updates links to documentation in repo's root README.md (#16805)
Co-authored-by: Akshay <akshay.shekher@gmail.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66a4dd5bb..80f8a5960 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ you can run `vcpkg help`, or `vcpkg help [command]` for command-specific help.
* Github: [https://github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg)
* Slack: [https://cppalliance.org/slack/](https://cppalliance.org/slack/), the #vcpkg channel
* Discord: [\#include \<C++\>](https://www.includecpp.org), the #🌏vcpkg channel
-* Docs: [Documentation](docs/index.md)
+* Docs: [Documentation](docs/README.md)
[![Build Status](https://dev.azure.com/vcpkg/public/_apis/build/status/microsoft.vcpkg.ci?branchName=master)](https://dev.azure.com/vcpkg/public/_build/latest?definitionId=29&branchName=master)
@@ -307,7 +307,7 @@ depending on the shell you use, then restart your console.
# Examples
-See the [documentation](docs/index.md) for specific walkthroughs,
+See the [documentation](docs/README.md) for specific walkthroughs,
including [installing and using a package](docs/examples/installing-and-using-packages.md),
[adding a new package from a zipfile](docs/examples/packaging-zipfiles.md),
and [adding a new package from a GitHub repo](docs/examples/packaging-github-repos.md).