diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-03-23 22:28:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 14:28:45 -0700 |
| commit | eee3fe6404df27c029dba34e7f43f74d6f314b2b (patch) | |
| tree | 14a3d62b15ff9a034d20aef88d7334cc00fba2e5 /docs | |
| parent | 41593050b66c057408a8177eb67f8914037a9cf4 (diff) | |
| download | vcpkg-eee3fe6404df27c029dba34e7f43f74d6f314b2b.tar.gz vcpkg-eee3fe6404df27c029dba34e7f43f74d6f314b2b.zip | |
[docs] fix links for vcpkg-tool maintainer help (#16796)
* [docs] fix links for vcpkg-tool maintainer help
* Update docs/README.md
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/README.md b/docs/README.md index 167af1b63..665c913b3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,12 +30,11 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too - [Portfile functions](maintainers/portfile-functions.md) - [Maintainer Guidelines](maintainers/maintainer-guide.md) -### Tool Maintainer Help +### [Vcpkg-Tool](https://github.com/microsoft/vcpkg-tool) Maintainer Help -- [Testing](tool-maintainers/testing.md) -- [Benchmarking](tool-maintainers/benchmarking.md) -- [Layout of the vcpkg source tree](tool-maintainers/layout.md) -- [Maintainer Guidelines](maintainers/maintainer-guide.md) +- [Testing](https://github.com/microsoft/vcpkg-tool/tree/main/docs/testing.md) +- [Benchmarking](https://github.com/microsoft/vcpkg-tool/tree/main/docs/benchmarking.md) +- [Layout of the vcpkg source tree](https://github.com/microsoft/vcpkg-tool/tree/main/docs/layout.md) ### Community Resources (not directly affiliated with vcpkg) |
