aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-simple-ipc.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/api-simple-ipc.adoc')
-rw-r--r--Documentation/technical/api-simple-ipc.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-simple-ipc.adoc b/Documentation/technical/api-simple-ipc.adoc
index c4fb152b23..972178b042 100644
--- a/Documentation/technical/api-simple-ipc.adoc
+++ b/Documentation/technical/api-simple-ipc.adoc
@@ -36,7 +36,7 @@ Comparison with sub-process model
---------------------------------
The Simple-IPC mechanism differs from the existing `sub-process.c`
-model (Documentation/technical/long-running-process-protocol.txt) and
+model (Documentation/technical/long-running-process-protocol.adoc) and
used by applications like Git-LFS. In the LFS-style sub-process model,
the helper is started by the foreground process, communication happens
via a pair of file descriptors bound to the stdin/stdout of the