aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClare Macrae <github@cfmacrae.fastmail.co.uk>2021-01-25 05:37:36 +0000
committerGitHub <noreply@github.com>2021-01-24 21:37:36 -0800
commita0016c0690e16c6f9f1ee333abfdf28ddacbef24 (patch)
treea990dc74d1d7ac3771e2283e0ccbf946a594699a /docs
parente4ce66eecfd3e5cca5eac06c971921bf8e37cf88 (diff)
downloadvcpkg-a0016c0690e16c6f9f1ee333abfdf28ddacbef24.tar.gz
vcpkg-a0016c0690e16c6f9f1ee333abfdf28ddacbef24.zip
[docs] Correct the "new port requests" link in FAQ (#15845)
Fixes #15844
Diffstat (limited to 'docs')
-rw-r--r--docs/about/faq.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/about/faq.md b/docs/about/faq.md
index 6517774cf..2fb169fd3 100644
--- a/docs/about/faq.md
+++ b/docs/about/faq.md
@@ -1,7 +1,9 @@
# Frequently Asked Questions
## Can I contribute a new library?
-Yes! Start out by reading our [contribution guidelines](https://github.com/Microsoft/vcpkg/blob/master/CONTRIBUTING.md). If you want to contribute but don't have a particular library in mind then take a look at the list of [new port requests](https://github.com/Microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+port+request+-+consider+making+a+PR%21%22).
+Yes! Start out by reading our [contribution guidelines](https://github.com/Microsoft/vcpkg/blob/master/CONTRIBUTING.md).
+If you want to contribute but don't have a particular library in mind then take a look at the list
+of [new port requests](https://github.com/Microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+label%3Acategory%3Anew-port).
## Can Vcpkg create pre-built binary packages? What is the binary format used by Vcpkg?
Yes! See [the `export` command](../users/integration.md#export).