From a313de0d9e4ca76e1ff6444b613984316f6ee711 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Sat, 2 Mar 2013 13:58:05 -0800 Subject: [PATCH] Fixed a couple typos --- CONTRIBUTING.md | 1 - CONVENTIONS.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04a537f97..28ef27f42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. - 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.