From: Christian Couder Date: Wed, 14 Jun 2017 15:12:25 +0000 (+0200) Subject: sub-process: correct path to API docs in a comment X-Git-Tag: v2.14.0-rc0~90 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=97e2ff464302565877a00b8a9aa6a2d85bd1445e;p=git-core%2Fgit.git sub-process: correct path to API docs in a comment Signed-off-by: Christian Couder Acked-by: Ben Peart Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/sub-process.h b/sub-process.h index 7d451e1cd..d9a45cd35 100644 --- a/sub-process.h +++ b/sub-process.h @@ -7,7 +7,7 @@ /* * Generic implementation of background process infrastructure. - * See Documentation/technical/api-background-process.txt. + * See: Documentation/technical/api-sub-process.txt */ /* data structures */