Skip to content

Commit faf2629

Browse files
committed
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 parent 68a3c0b commit faf2629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ run the index tests:
217217
$ ./libgit2_clar -sindex
218218

219219
To run a single test named `index::racy::diff`, which corresponds to the test
220-
function (`test_index_racy__diff`)[https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23]:
220+
function [`test_index_racy__diff`](https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23):
221221

222222
$ ./libgit2_clar -sindex::racy::diff
223223

0 commit comments

Comments
 (0)