aboutsummaryrefslogtreecommitdiff
path: root/Documentation/MyFirstContribution.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/MyFirstContribution.adoc')
-rw-r--r--Documentation/MyFirstContribution.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index 7306edab0f..b9fdefce02 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -352,7 +352,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: