summaryrefslogtreecommitdiffstats
path: root/howto/new-command.txt
diff options
context:
space:
mode:
Diffstat (limited to 'howto/new-command.txt')
-rw-r--r--howto/new-command.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto/new-command.txt b/howto/new-command.txt
index 15a4c8031..880c51112 100644
--- a/howto/new-command.txt
+++ b/howto/new-command.txt
@@ -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
-------------------