aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-23 12:13:11 -0700
committerGitHub <noreply@github.com>2017-10-23 12:13:11 -0700
commit0b6e08b14823a78c21733bd1a370d60a67b91db1 (patch)
treee2769abb8015a976e69c411cb5ef2d2b6aea320c
parenta9b7cf32cea50beb2b1b3e174e3e92a006a335a8 (diff)
parentfe842b31d411ed3c14117ca77b65997e671d3a17 (diff)
downloadvcpkg-0b6e08b14823a78c21733bd1a370d60a67b91db1.tar.gz
vcpkg-0b6e08b14823a78c21733bd1a370d60a67b91db1.zip
Merge pull request #2029 from kant/patch-1
Minor fix
-rw-r--r--docs/about/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/faq.md b/docs/about/faq.md
index 88f88bad0..cb711e384 100644
--- a/docs/about/faq.md
+++ b/docs/about/faq.md
@@ -78,7 +78,7 @@ Vcpkg uses CMake internally as a build scripting language. This is because CMake
## Will Vcpkg support downloading compiled binaries from a public or private server?
We would like to eventually support downloading precompiled binaries, similar to other system package managers.
-In a corporate scenario, we currently recommend building the libraries once and distributing the entire vcpkg root directory to everyone else on the project through some raw file transport such as a network share or HTTP host. See [the `export` command](../users/integration.md#export).
+In a corporate scenario, we currently recommend building the libraries once and distributing the entire vcpkg root directory to everyone else on the project through some raw file transport such as a network share or HTTP host. See the [`export`](../users/integration.md#export) command.
## What Visual C++ toolsets are supported?
We support Visual Studio 2015 Update 3 and above.