diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-03-11 16:37:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 16:37:49 -0800 |
| commit | 75522bb1f2e7d863078bcd06322348f053a9e33f (patch) | |
| tree | a2b291353763d8de9220645fe649b10122230dcc /docs/maintainers | |
| parent | 3c7a12bdf3dd6c29c18647919249c083a6fd3346 (diff) | |
| download | vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.tar.gz vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.zip | |
[docs] Improve inter-document linking; add 'latest' links (#16502)
* [docs] Improve inter-document linking; add 'latest' links
* [docs] Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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. |
