git-daemon(1): don't assume git-daemon is in /usr/bin
[gitweb.git] / Documentation / git-add.txt
index b8e3fa67598037bc5d0de30818b977048bbada72..2b0ccb3c93db565d8c102aa784449186190a000f 100644 (file)
@@ -107,7 +107,7 @@ Configuration
 The optional configuration variable 'core.excludesfile' indicates a path to a
 file containing patterns of file names to exclude from git-add, similar to
 $GIT_DIR/info/exclude.  Patterns in the exclude file are used in addition to
-those in info/exclude.  See linkgit:gitrepository-layout[5][repository layout].
+those in info/exclude.  See linkgit:gitrepository-layout[5].
 
 
 EXAMPLES