Commit faf2629ae34139c76f6887aa6ae583c33e4acc25

Patrick Steinhardt 2018-03-22T09:27:18

README.md: fix link to `test_index_racy__diff` The syntax for links is `[description](link)z, not the other way round. Fix this.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index d30b165..c5adafa 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ run the index tests:
     $ ./libgit2_clar -sindex
 
 To run a single test named `index::racy::diff`, which corresponds to the test
-function (`test_index_racy__diff`)[https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23]:
+function [`test_index_racy__diff`](https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23):
 
     $ ./libgit2_clar -sindex::racy::diff