summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-10-31 00:19:45 +0200
committerLudovic Courtès <ludo@gnu.org>2021-10-31 00:51:06 +0200
commit971a69d8e33bf3fe37755798b142b18515ad6e06 (patch)
treeef1dcbeb6fc579a200d36d34268b6d037f740558 /doc
parent7711a6c3f41b0791f9fac60d31954f5ce478b7b8 (diff)
downloadguix-971a69d8e33bf3fe37755798b142b18515ad6e06.tar.gz
doc: Avoid misuse of @ref.
* doc/guix.texi (Declaring the Home Environment): Avoid @ref in the
middle of a sentence.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c78dbdc451..9206c0d907 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -35896,7 +35896,7 @@ There is no daemon (at least not necessarily) related to a home service,
 a home service is just an element that is used to declare part of home
 environment and extend other parts of it.  The extension mechanism
 discussed in the previous chapter (@pxref{Defining Services}) should not
-be confused with @ref{Shepherd Services}.  Using this extension
+be confused with Shepherd services (@pxref{Shepherd Services}).  Using this extension
 mechanism and some Scheme code that glues things together gives the user
 the freedom to declare their own, very custom, home environments.