aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.md
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2016-10-11 10:25:58 +0330
committerGitHub <noreply@github.com>2016-10-11 10:25:58 +0330
commitf37e0e693e6db0fbe4c588c1c89602b5bcc1302e (patch)
tree07a92520ffa131de5dea5f6445e35b728e1372d1 /docs/FAQ.md
parent4ddfc534fe65dc787853c503880336e7b26e9495 (diff)
downloadvcpkg-f37e0e693e6db0fbe4c588c1c89602b5bcc1302e.tar.gz
vcpkg-f37e0e693e6db0fbe4c588c1c89602b5bcc1302e.zip
Fix broken link of FAQ, consequently to 55ac8544
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.