[docs/users/manifests.md] add a link to the specification (#16336)

* [docs/users/manifests.md] add a link to the specification

* Accept review suggestions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
Carlos O'Ryan 2021-02-24 16:55:16 -05:00 committed by GitHub
parent 365b3b6df6
commit a09f19c379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ and a little more information on [CMake](#cmake-integration) integration.
Check out the [manifest cmake example](../examples/manifest-mode-cmake.md) for an example project using CMake and
manifest mode.
See [the specification](../specifications/manifests.md) for all the details about what can go into a manifest,
including some restrictions on project a feature names.
## Simple Example Manifest
```json
@ -354,4 +358,3 @@ This property can be set to "false" to disable automatic dependency restoration
#### `VcpkgInstalledDirectory` (Installed Directory)
This property defines the location where headers and binaries are consumed from. In manifest mode, this directory is created and populated based on your manifest.