fix "builtin-*" references to be "builtin/*"
[gitweb.git] / Documentation / technical / api-builtin.txt
index b0cafe87bee046dc9b2d4e61e0d057e787a6f1f6..790bb28af75be6810a1eee8edee878894f445512 100644 (file)
@@ -39,7 +39,7 @@ where options is the bitwise-or of:
        on bare repositories.
        This only makes sense when `RUN_SETUP` is also set.
 
-. Add `builtin-foo.o` to `BUILTIN_OBJS` in `Makefile`.
+. Add `builtin/foo.o` to `BUILTIN_OBJS` in `Makefile`.
 
 Additionally, if `foo` is a new command, there are 3 more things to do: