From 7524d9d4c4b723739170c2337de325087873c7d3 Mon Sep 17 00:00:00 2001 From: Akshay Shekher Date: Mon, 22 Mar 2021 15:15:29 -0700 Subject: [PATCH] [docs] Updates links to documentation in repo's root README.md (#16805) Co-authored-by: Akshay --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a4dd5bbd..80f8a5960e 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 \](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).