aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-08-03 13:56:45 -0700
committerGitHub <noreply@github.com>2021-08-03 13:56:45 -0700
commit5fd29d935099ffce8772068b88014514354d4198 (patch)
treeefd2f8dca224a617bc5c331d2a7fdabefec4ae23
parentb7f99c3c4b32c0b31b73701e92bb42fbea0c83cb (diff)
downloadvcpkg-5fd29d935099ffce8772068b88014514354d4198.tar.gz
vcpkg-5fd29d935099ffce8772068b88014514354d4198.zip
Fix title capitalization from https://github.com/vcpkg/vcpkg.github.io/pull/54 (#19345)
-rw-r--r--docs/about/privacy.md2
-rw-r--r--docs/examples/packaging-zipfiles.md2
-rw-r--r--docs/users/selecting-library-features.md2
-rw-r--r--docs/users/triplets.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/about/privacy.md b/docs/about/privacy.md
index 3d19e060d..d2ba7552e 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 334316403..979cc29b4 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 65cab45dc..a780d6403 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 794c14b48..e1098a39a 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).**