aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-06-07 15:26:55 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-06-07 15:26:55 -0700
commit357db2295892fa49c351bd1eb31cefcfc283fda0 (patch)
tree5f3489e3437fa211f9d4c6a1e1671fd82dcec8d1
parente6e33bc59ff0f93780e932ab108ad17e37cb148d (diff)
downloadvcpkg-357db2295892fa49c351bd1eb31cefcfc283fda0.tar.gz
vcpkg-357db2295892fa49c351bd1eb31cefcfc283fda0.zip
Fix link to documentation in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83e61bd9f..c16483955 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Vcpkg <a href="#">![](https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/5261/badge)</a>
-
+
## Overview
Vcpkg helps you get C and C++ libraries on Windows. This tool and ecosystem are currently in a preview state; your involvement is vital to its success.
@@ -31,7 +31,7 @@ For CMake projects, simply include our toolchain file. See our [using a package]
## Examples
See the [documentation](docs/index.md) for specific walkthroughs, including [using a package](docs/examples/using-sqlite.md) and [adding a new package](docs/examples/packaging-zlib.md).
-Our docs are now also available online at ReadTheDocs: [https://vcpkg.readthedocs.io/]()!
+Our docs are now also available online at ReadTheDocs: <https://vcpkg.readthedocs.io/>!
See a 4 minute [video demo](https://www.youtube.com/watch?v=y41WFKbQFTw).