]> git.ipfire.org Git - thirdparty/git.git/commit
doc: fix repo_config documentation reference
authorSoutrikDas <valusoutrik@gmail.com>
Fri, 6 Feb 2026 06:21:08 +0000 (11:51 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Feb 2026 16:32:13 +0000 (08:32 -0800)
commitc44b3f32033c96c2a28b53561729c6eada01c8c0
tree35f4f7966d7dbdd8663d389be71de46a2831df8c
parent67ad42147a7acc2af6074753ebd03d904476118f
doc: fix repo_config documentation reference

In MyFirstContribution.adoc, the link to the repo_config()
documentation is invalid because the related documentation was moved
to a different file.

Replace the path for the repo_config() documentation from
'Documentation/technical/api-config.h' to 'config.h'.

Signed-off-by: SoutrikDas <valusoutrik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstContribution.adoc