Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd53bf commit a313de0Copy full SHA for a313de0
CONTRIBUTING.md
@@ -97,4 +97,3 @@ base and make a nice first step:
97
* Submit a PR to clarify documentation! While we do try to document all of
98
the APIs, your fresh eyes on the documentation will find areas that are
99
confusing much more easily.
100
-
CONVENTIONS.md
@@ -211,7 +211,7 @@ GIT_INLINE(result_type) git_modulename_functionname(arg_list);
211
212
## Tests
213
214
-`libgit2` uses the (clar)[https://github.com/vmg/clar] testing framework.
+`libgit2` uses the [clar](https://github.com/vmg/clar) testing framework.
215
216
All PRs should have corresponding tests.
217
0 commit comments