Commit 4df9f3c68fa2f423835a3d7bf6339714e286423e

Patrick Steinhardt 2019-06-21T08:24:47

Merge pull request #5129 from ehuss/patch-1 Fix broken link in README

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index c283025..8480457 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Quick Start
 2. Create the cmake build environment: `cmake ..`
 3. Build libgit2: `cmake --build .`
 
-Trouble with these steps?  Read our (troubleshooting guide)[docs/troubleshooting.md].
+Trouble with these steps?  Read our [troubleshooting guide](docs/troubleshooting.md).
 More detailed build guidance is available below.
 
 Getting Help