summaryrefslogtreecommitdiff
path: root/CONVENTIONS.md
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-03-02 13:58:05 -0800
committerRussell Belfer <rb@github.com>2013-03-02 13:58:05 -0800
commita313de0d9e4ca76e1ff6444b613984316f6ee711 (patch)
tree1fb16f900ee923e18a0eb0b90053042b37d3ac77 /CONVENTIONS.md
parent7bd53bf38548ee039ae40bb669469625ce97a54e (diff)
downloadlibgit2-a313de0d9e4ca76e1ff6444b613984316f6ee711.tar.gz
Fixed a couple typos
Diffstat (limited to 'CONVENTIONS.md')
-rw-r--r--CONVENTIONS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONVENTIONS.md b/CONVENTIONS.md
index 67b60f4b3..59b41a2e6 100644
--- a/CONVENTIONS.md
+++ b/CONVENTIONS.md
@@ -211,7 +211,7 @@ GIT_INLINE(result_type) git_modulename_functionname(arg_list);
## Tests
-`libgit2` uses the (clar)[https://github.com/vmg/clar] testing framework.
+`libgit2` uses the [clar](https://github.com/vmg/clar) testing framework.
All PRs should have corresponding tests.