Commit b247a39d8729014b5dfc104bfd8e8be2004e1f2e

Russell Belfer 2014-06-20T10:15:03

missing paren

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1444596..8ebb991 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ easily accessible permanent record of the conversation.
 
 The `master` branch is the main branch where development happens.
 Releases are tagged
-(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0)
+(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0) )
 and when a critical bug fix needs to be backported, it will be done on a
 `<tag>-maint` maintenance branch.