mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[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>
This commit is contained in:
parent
41593050b6
commit
eee3fe6404
1 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue