aboutsummaryrefslogtreecommitdiff
path: root/docs/users/integration.md
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-04-30 04:39:50 +0800
committerGitHub <noreply@github.com>2021-04-29 13:39:50 -0700
commit713e3aeb3f04a2ef9a1df3c411f937e2dbcdb875 (patch)
treea043241de45a505f9e5fc9c68392f2fab5f18a72 /docs/users/integration.md
parent4f942e1b11b43c2ee9399bb20cc775642d4f5c55 (diff)
downloadvcpkg-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/integration.md')
-rw-r--r--docs/users/integration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users/integration.md b/docs/users/integration.md
index ba8ea4d8b..919719ff4 100644
--- a/docs/users/integration.md
+++ b/docs/users/integration.md
@@ -9,7 +9,7 @@ Vcpkg offers many ways to integrate into your build so you can do what's right f
Each integration style has heuristics to deduce the correct [triplet][]. This can be overridden using [a common method](#triplet-selection) based on your buildsystem.
-<a name="integrate"></a>
+<a name="integrate-command"></a>
### Integrate Command
These link your project(s) to a specific copy of Vcpkg on your machine so any updates or new package installations will be instantly available for the next build of your project.
@@ -96,7 +96,7 @@ See your build system specific documentation for how to use prebuilt binaries.
Generally, to run any produced executables you will also need to either copy the needed DLL files to the same folder as your executable or *prepend* the correct `bin\` directory to your path.
-<a name="export"></a>
+<a name="export-command"></a>
### Export Command
This command creates a shrinkwrapped archive containing a specific set of libraries (and their dependencies) that can be quickly and reliably shared with build servers or other users in your organization.