diff options
Diffstat (limited to 'docs/maintainers')
| -rw-r--r-- | docs/maintainers/control-files.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainers/control-files.md b/docs/maintainers/control-files.md index ab5f0eea3..4951a8888 100644 --- a/docs/maintainers/control-files.md +++ b/docs/maintainers/control-files.md @@ -1,7 +1,7 @@ # CONTROL files -CONTROL files are retained for backwards compatibility with earlier versions of vcpkg; -all new features are added only to vcpkg.json, and we recommend using vcpkg.json for any newly authored port. +**CONTROL files are retained for backwards compatibility with earlier versions of vcpkg; +all new features are added only to [vcpkg.json](manifests.md), and we recommend using vcpkg.json for any newly authored port.** The `CONTROL` file contains metadata about the port. The syntax is based on [the Debian `control` format][debian] although we only support the subset of fields documented here. |
