From d65d7759f0b8bc3068de7beda319da3877c678fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 30 Nov 2017 10:34:04 +0100
Subject: [PATCH] doc: Give the absolute file name of 'hydra.gnu.org.pub' in
 snippets.

* doc/guix.texi (Substitute Server Authorization): Give the absolute
file name of 'hydra.gnu.org.pub' in the snippet.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index ddbb6c8939b..b20848da5e0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2197,7 +2197,7 @@ make sure you checked the GPG signature of
 Then, you can run something like this:
 
 @example
-# guix archive --authorize < hydra.gnu.org.pub
+# guix archive --authorize < @var{prefix}/share/guix/hydra.gnu.org.pub
 @end example
 
 Once this is in place, the output of a command like @code{guix build}
-- 
GitLab