Skip to content

Commit 9100c91

Browse files
tmzullingergitster
authored andcommitted
howto/new-command: update reference to builtin docs
Commit ec14d4e (builtin.h: take over documentation from api-builtin.txt, 2017-08-02) deleted api-builtin.txt and moved the contents into builtin.h. Most of the references were fixed in d85e944 (new-command.txt: update reference to builtin docs, 2023-02-04), but one remained. Fix it. Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5ac2c61 commit 9100c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/howto/new-command.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ binary); this organization makes it easy for people reading the code
4848
to find things.
4949

5050
See the CodingGuidelines document for other guidance on what we consider
51-
good practice in C and shell, and api-builtin.txt for the support
51+
good practice in C and shell, and builtin.h for the support
5252
functions available to built-in commands written in C.
5353

5454
What every extension command needs

0 commit comments

Comments
 (0)