Commit 842626433ac01fb5238946e82819ccaac08a6565

Eric Huss 2019-06-20T10:32:09

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