write_index: optionally allow broken null sha1s
[gitweb.git] / Documentation / technical / api-parse-options.txt
index 32ddc1cf13741bea4b809e98508df3b5e71fc828..e8f1ef1113322e4f7f9d66fd585fd412b704af41 100644 (file)
@@ -269,10 +269,10 @@ Examples
 --------
 
 See `test-parse-options.c` and
-`builtin-add.c`,
-`builtin-clone.c`,
-`builtin-commit.c`,
-`builtin-fetch.c`,
-`builtin-fsck.c`,
-`builtin-rm.c`
+`builtin/add.c`,
+`builtin/clone.c`,
+`builtin/commit.c`,
+`builtin/fetch.c`,
+`builtin/fsck.c`,
+`builtin/rm.c`
 for real-world examples.