summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-03-22 09:27:18 +0000
committerPatrick Steinhardt <ps@pks.im>2018-05-30 11:11:08 +0200
commitfaf2629ae34139c76f6887aa6ae583c33e4acc25 (patch)
tree6114d84d24c25fa40cf08b13686921556eac6cb6 /README.md
parent68a3c0b1244687ce07c3d8605e875485d86b05ff (diff)
downloadlibgit2-faf2629ae34139c76f6887aa6ae583c33e4acc25.tar.gz
README.md: fix link to `test_index_racy__diff`
The syntax for links is `[description](link)z, not the other way round. Fix this.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d30b1657d..c5adafa97 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