From 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930 Mon Sep 17 00:00:00 2001 From: vicvbcun Date: Sun, 8 Oct 2023 02:04:55 +0200 Subject: [PATCH] doc: Fix evaluation hook URL example. * doc/cuirass.texi (Invocation): Fix URL in the example of the push hook. Signed-off-by: Maxim Cournoyer --- doc/cuirass.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 7e1737a..ea2b10e 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -561,7 +561,7 @@ example with a command along these lines: @example wget --post-data="" -O /dev/null \ - https://cuirass.example.org/@var{jobset}/hooks/evaluate + https://cuirass.example.org/jobset/@var{jobset}/hook/evaluate @end example You would typically run that command as a @dfn{push hook} on the servers