Skip to content

Commit c0e65dd

Browse files
committed
revert link to home dir; the fancy one does not work
1 parent 90865e9 commit c0e65dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/listdir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fast directory listing
22

3-
In order to find untracked files in a git repository, [gitstatusd](/) needs to list the
3+
In order to find untracked files in a git repository, [gitstatusd](../README.md) needs to list the
44
contents of every directory. gitstatusd does it 27% faster than a reasonable implementation that a
55
seasoned C/C++ practitioner might write. This document explains the optimizations that went into it.
66
As directory listing is a common operation, many other projects can benefit from applying these

0 commit comments

Comments
 (0)