aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto/new-command.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/howto/new-command.adoc')
-rw-r--r--Documentation/howto/new-command.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/new-command.adoc b/Documentation/howto/new-command.adoc
index 880c51112b..ac73c98be7 100644
--- a/Documentation/howto/new-command.adoc
+++ b/Documentation/howto/new-command.adoc
@@ -48,7 +48,7 @@ binary); this organization makes it easy for people reading the code
to find things.
See the CodingGuidelines document for other guidance on what we consider
-good practice in C and shell, and api-builtin.txt for the support
+good practice in C and shell, and builtin.h for the support
functions available to built-in commands written in C.
What every extension command needs