diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-04-30 04:39:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 13:39:50 -0700 |
| commit | 713e3aeb3f04a2ef9a1df3c411f937e2dbcdb875 (patch) | |
| tree | a043241de45a505f9e5fc9c68392f2fab5f18a72 /docs/users/config-environment.md | |
| parent | 4f942e1b11b43c2ee9399bb20cc775642d4f5c55 (diff) | |
| download | vcpkg-713e3aeb3f04a2ef9a1df3c411f937e2dbcdb875.tar.gz vcpkg-713e3aeb3f04a2ef9a1df3c411f937e2dbcdb875.zip | |
[docs] Fix broken links (#17566)
* [docs] Fix broken links
* Fix the charactor
* Update the charactor
Diffstat (limited to 'docs/users/config-environment.md')
| -rw-r--r-- | docs/users/config-environment.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users/config-environment.md b/docs/users/config-environment.md index 169b2aff7..f87ec3a86 100644 --- a/docs/users/config-environment.md +++ b/docs/users/config-environment.md @@ -32,7 +32,7 @@ repo versions and executable versions can cause issues. #### VCPKG_VISUAL_STUDIO_PATH
This environment variable can be set to the full path to a Visual Studio instance on the machine. This Visual Studio instance
-will be used if the triplet does not override it via the [`VCPKG_VISUAL_STUDIO_PATH` triplet setting](triplets.md#VCPKG_VISUAL_STUDIO_PATH).
+will be used if the triplet does not override it via the [`VCPKG_VISUAL_STUDIO_PATH`](triplets.md#VCPKG_VISUAL_STUDIO_PATH) triplet setting.
Example: `D:\2017`
@@ -42,7 +42,7 @@ This environment variable can be set to a triplet name which will be used for un #### VCPKG_DEFAULT_HOST_TRIPLET
-This environment variable can be set to a triplet name which will be used for unqualified host port references in command lines and all host port references in dependency lists. See [the Tools documentation](tools.md) for more information.
+This environment variable can be set to a triplet name which will be used for unqualified host port references in command lines and all host port references in dependency lists. See [the host-dependencies documentation](host-dependencies.md) for more information.
#### VCPKG_OVERLAY_PORTS
|
