aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-03-13 13:52:20 -0700
committerGitHub <noreply@github.com>2019-03-13 13:52:20 -0700
commitfc9aa1528734ba86758708738c3839c1066ea861 (patch)
tree138151f82895d54fb334f0e04dc5cb2b59dc277f /docs
parent2cb95c67a376f296def9790d90193c0d52b2e052 (diff)
downloadvcpkg-fc9aa1528734ba86758708738c3839c1066ea861.tar.gz
vcpkg-fc9aa1528734ba86758708738c3839c1066ea861.zip
[docs] Fix broken link
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/vcpkg_add_to_path.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/vcpkg_add_to_path.md b/docs/maintainers/vcpkg_add_to_path.md
index b84f6b36f..af1727821 100644
--- a/docs/maintainers/vcpkg_add_to_path.md
+++ b/docs/maintainers/vcpkg_add_to_path.md
@@ -17,7 +17,7 @@ Prepends the directory.
The default is to append.
## Examples:
-* [curl][https://github.com/Microsoft/vcpkg/blob/master/ports/curl/portfile.cmake#L75]
+* [curl](https://github.com/Microsoft/vcpkg/blob/master/ports/curl/portfile.cmake#L75)
* [folly](https://github.com/Microsoft/vcpkg/blob/master/ports/folly/portfile.cmake#L15)
* [z3](https://github.com/Microsoft/vcpkg/blob/master/ports/z3/portfile.cmake#L13)