aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.md
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-10 23:58:00 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-10 23:58:00 -0700
commit140756c6fb37aa076e1f8fcec510307b78c6227a (patch)
tree5f7a76fdd9812a85b27bb9f098627095e014a1de /docs/FAQ.md
parent1f055ef47236f931a48f73ba98daea26bbe575ce (diff)
parentdf72c26f1ed8a3b19f3c8834a843a5f773bbcb19 (diff)
downloadvcpkg-140756c6fb37aa076e1f8fcec510307b78c6227a.tar.gz
vcpkg-140756c6fb37aa076e1f8fcec510307b78c6227a.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r--docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 15608ae74..7bc57f605 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -3,7 +3,7 @@
Vcpkg is a tool to acquire C++ open source library and rebuild them on Windows.
## Can I contribute a new library?
-Yes! Start out by reading our [contribution guidelines](CONTRIBUTING.md).
+Yes! Start out by reading our [contribution guidelines](../CONTRIBUTING.md).
## Can Vcpkg create pre-built binary packages? What is the binary format used by Vcpkg?
In the preview release, we do not have a supported way to distribute individual binary packages. This avoids the issue of trying to use a specific pre-built package against differently built dependencies. As such, we have also not specified a stable format for the built library packages.