new-command.txt: update reference to builtin docs

Commit ec14d4ecb5 (builtin.h: take over documentation from
api-builtin.txt, 2017-08-02) deleted api-builtin.txt and moved the
contents into builtin.h, but new-command.txt still references the old
file.

Signed-off-by: Wes Lord <weslord@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Wes Lord 2023-02-04 02:27:39 +00:00 коммит произвёл Junio C Hamano
Родитель 844ede312b
Коммит d85e9448dd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,13 +1,13 @@
From: Eric S. Raymond <esr@thyrsus.com>
Abstract: This is how-to documentation for people who want to add extension
commands to Git. It should be read alongside api-builtin.txt.
commands to Git. It should be read alongside builtin.h.
Content-type: text/asciidoc
How to integrate new subcommands
================================
This is how-to documentation for people who want to add extension
commands to Git. It should be read alongside api-builtin.txt.
commands to Git. It should be read alongside builtin.h.
Runtime environment
-------------------