Fix broken link in README

This commit is contained in:
Eric Huss
2019-06-20 10:32:09 -07:00
committed by GitHub
parent 55a1535dd5
commit 842626433a

View File

@@ -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