diff options
| author | SoutrikDas <valusoutrik@gmail.com> | 2026-02-06 11:51:08 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-06 08:32:13 -0800 |
| commit | c44b3f32033c96c2a28b53561729c6eada01c8c0 (patch) | |
| tree | 35f4f7966d7dbdd8663d389be71de46a2831df8c /Documentation/MyFirstContribution.adoc | |
| parent | 67ad42147a7acc2af6074753ebd03d904476118f (diff) | |
| download | git-c44b3f32033c96c2a28b53561729c6eada01c8c0.tar.xz | |
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>
Diffstat (limited to 'Documentation/MyFirstContribution.adoc')
| -rw-r--r-- | Documentation/MyFirstContribution.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc index f186dfbc89..92de476a7f 100644 --- a/Documentation/MyFirstContribution.adoc +++ b/Documentation/MyFirstContribution.adoc @@ -351,7 +351,7 @@ function body: apply standard precedence rules. `repo_config_get_string_tmp()` will look up a specific key ("user.name") and give you the value. There are a number of single-key lookup functions like this one; you can see them all (and more info -about how to use `repo_config()`) in `Documentation/technical/api-config.adoc`. +about how to use `repo_config()`) in `config.h`. You should see that the name printed matches the one you see when you run: |
