summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-06-20 10:32:09 -0700
committerGitHub <noreply@github.com>2019-06-20 10:32:09 -0700
commit842626433ac01fb5238946e82819ccaac08a6565 (patch)
tree088cb5a484ee6bc62087996a76cb70efd70bff4b /README.md
parent55a1535dd51c62f4e4ed764412200bbd49f3a1ab (diff)
downloadlibgit2-842626433ac01fb5238946e82819ccaac08a6565.tar.gz
Fix broken link in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2830250b..848045725 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