]> git.proxmox.com Git - libgit2.git/commitdiff
Fixed a couple typos
authorRussell Belfer <rb@github.com>
Sat, 2 Mar 2013 21:58:05 +0000 (13:58 -0800)
committerRussell Belfer <rb@github.com>
Sat, 2 Mar 2013 21:58:05 +0000 (13:58 -0800)
CONTRIBUTING.md
CONVENTIONS.md

index 04a537f97653f2b138b887703deb6b8c7f9357b6..28ef27f426727f6faf1408abdefab3084cbb96c0 100644 (file)
@@ -97,4 +97,3 @@ base and make a nice first step:
 * Submit a PR to clarify documentation! While we do try to document all of
   the APIs, your fresh eyes on the documentation will find areas that are
   confusing much more easily.
-  
index 67b60f4b3bc55677aef1a43df062f5ed8abe2aed..59b41a2e6c0d456809f80c25cdac9b7aa9707ebb 100644 (file)
@@ -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.