summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
commit3583c5c3e0e0265a7a2e48b2be5e756b53c42dca (patch)
treef3977c9d683e9e2a5f0cb2b82e0d467c61572a8d /howto-index.txt
parent179b64fec440c912e5e180bd4caf902800516f21 (diff)
downloadgit-htmldocs-3583c5c3e0e0265a7a2e48b2be5e756b53c42dca.tar.gz
Autogenerated HTML docs for v2.39.2-542-g06dd2
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto-index.txt b/howto-index.txt
index 9c57cd80c..083dfaa27 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -28,7 +28,7 @@ step up as the new maintainer. This howto will show you "how to" do it.
* link:howto/new-command.html[new-command] by Eric S. Raymond <esr@thyrsus.com>
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.
* link:howto/rebase-from-internal-branch.html[rebase-from-internal-branch] by Junio C Hamano <gitster@pobox.com>