aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-04-23 19:39:27 +0200
committerGitHub <noreply@github.com>2021-04-23 10:39:27 -0700
commit46de713371cc0161276a2668547901f684aef014 (patch)
treec056ff878a9b2840488ec51d5e4a1b9b985ed3f5 /docs
parent1f571706f094f50031fd0503bd38e9e33f990fb9 (diff)
downloadvcpkg-46de713371cc0161276a2668547901f684aef014.tar.gz
vcpkg-46de713371cc0161276a2668547901f684aef014.zip
[doc] Improve manifest documentation links (#17214)
* Improve manifest documentation links * Update control-files.md Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
-rw-r--r--docs/maintainers/control-files.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index dcc9fb435..257703453 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -17,7 +17,7 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too
- [Integration with build systems](users/integration.md)
- [Triplet files](users/triplets.md)
- [Configuration and Environment](users/config-environment.md)
-- [Manifests](users/manifests.md)
+- [Manifest Mode](users/manifests.md)
- [Binary Caching](users/binarycaching.md)
- [Versioning](users/versioning.md)
- [Usage with Android](users/android.md)
diff --git a/docs/maintainers/control-files.md b/docs/maintainers/control-files.md
index af0db239a..1ea7a9fef 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](manifest-files.md), and we recommend using vcpkg.json for any newly authored port.
+all new features are added only to [vcpkg.json manifest files](manifest-files.md), and we recommend using vcpkg.json for any newly authored port.
Use `./vcpkg format-manifest ports/<portname>/CONTROL` to convert an existing CONTROL file to a vcpkg.json file.**
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.