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>

SoutrikDas committed Feb 6, 2026 at 11:51 UTC c44b3f32033c96c2a28b53561729c6eada01c8c0
1 file changed +1 -1
Documentation/MyFirstContribution.adoc
+1 -1
@@ -351,7 +351,7 @@ function body:
351 apply standard precedence rules. `repo_config_get_string_tmp()` will look up
352 a specific key ("user.name") and give you the value. There are a number of
353 single-key lookup functions like this one; you can see them all (and more info
354 -about how to use `repo_config()`) in `Documentation/technical/api-config.adoc`.
354 +about how to use `repo_config()`) in `config.h`.
355
356 You should see that the name printed matches the one you see when you run:
357