From 714dc8d189099bc8488b680403a05d1a1399359c Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 3 Aug 2021 13:56:45 -0700 Subject: [PATCH] Fix title capitalization from https://github.com/vcpkg/vcpkg.github.io/pull/54 (#19345) --- docs/about/privacy.md | 2 +- docs/examples/packaging-zipfiles.md | 2 +- docs/users/selecting-library-features.md | 2 +- docs/users/triplets.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/about/privacy.md b/docs/about/privacy.md index 3d19e060d1e..d2ba7552e15 100644 --- a/docs/about/privacy.md +++ b/docs/about/privacy.md @@ -1,4 +1,4 @@ -# Vcpkg telemetry and privacy +# Vcpkg Telemetry and Privacy vcpkg collects telemetry data to understand usage issues, such as failing packages, and to guide tool improvements. The collected data is anonymous. For more information about how Microsoft protects your privacy, see https://privacy.microsoft.com/en-US/privacystatement#mainenterprisedeveloperproductsmodule diff --git a/docs/examples/packaging-zipfiles.md b/docs/examples/packaging-zipfiles.md index 334316403d3..979cc29b45d 100644 --- a/docs/examples/packaging-zipfiles.md +++ b/docs/examples/packaging-zipfiles.md @@ -1,4 +1,4 @@ -## Packaging Zipfiles Example: zlib +## Packaging `.zip` Files Example: zlib ### Bootstrap with `create` First, locate a globally accessible archive of the library's sources. Zip, gzip, and bzip are all supported. Strongly prefer official sources or mirrors over unofficial mirrors. diff --git a/docs/users/selecting-library-features.md b/docs/users/selecting-library-features.md index 65cab45dce6..a780d640370 100644 --- a/docs/users/selecting-library-features.md +++ b/docs/users/selecting-library-features.md @@ -1,4 +1,4 @@ -# Selecting library features +# Selecting Library Features **The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/users/selecting-library-features.md).** diff --git a/docs/users/triplets.md b/docs/users/triplets.md index 794c14b486d..e1098a39a81 100644 --- a/docs/users/triplets.md +++ b/docs/users/triplets.md @@ -1,4 +1,4 @@ -# Triplet files +# Triplet Files **The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/users/triplets.md).**