From d1352bcb28a76bd19396d1705ba0dde8f87e9e91 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 16 Jan 2026 12:49:20 +0300 Subject: [PATCH] Fix link --- doc/Features | 2 +- doc/INSTALL | 2 +- doc/cmd/redo-log | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Features b/doc/Features index a3d589a..1a5ea34 100644 --- a/doc/Features +++ b/doc/Features @@ -29,5 +29,5 @@ Notable features that differentiate goredo from many other implementations. * each target's stderr can be prefixed with the PID * optional statusline with currently running/waiting/done jobs * target's stderr can be stored on the disk with TAI64N timestamped - prefixes for each line. Look at [Logs]. + prefixes for each line. Look at [cmd/Logs]. * [Jobserver] compatibility support with GNU Make and NetBSD bmake. diff --git a/doc/INSTALL b/doc/INSTALL index 9427379..27d79b2 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -21,7 +21,7 @@ Preferable way is to [Download] tarball with the signature from website: $ ./goredo -symlinks # create redo-* commands symlinks $ export PATH=`pwd`:$PATH # let your system know about goredo - # to additionally build tai64nlocal utility for [Logs] + # to additionally build tai64nlocal utility for [cmd/Logs] $ go build -mod=vendor -o tai64nlocal go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal A [Env] GOPRIVATE diff --git a/doc/cmd/redo-log b/doc/cmd/redo-log index 4aa1c1d..f57fe3c 100644 --- a/doc/cmd/redo-log +++ b/doc/cmd/redo-log @@ -4,4 +4,4 @@ Display kept target's stderr with TAI64N timestamped lines. Only the last build is kept. You must enable stderr keeping with either -k, or REDO_LOGS=1. -c option show the exact command invoked, start and finish time. -r option recursively and linearly show also all deeper -redo calls and their [Logs]. +redo calls and their [cmd/Logs]. -- 2.52.0