diff options
author | Bruno Victal <mirai@makinata.eu> | 2022-12-31 14:04:43 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-03 16:25:38 -0500 |
commit | ec365d19593c428d42c0859eb6d5e1377e8dc89e (patch) | |
tree | 91941033becb7149753a97277420dfa889494416 | |
parent | 5588d9bd7a1f1982b6615fb050db65e16e354192 (diff) | |
download | guix-ec365d19593c428d42c0859eb6d5e1377e8dc89e.tar guix-ec365d19593c428d42c0859eb6d5e1377e8dc89e.tar.gz |
doc: Fix broken link for go-build-system.
* doc/guix.texi (Build Systems): Fix broken link for go-build-system.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5c85680831..96b4675a01 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9130,8 +9130,8 @@ Packages can be cross-built, and if a specific architecture or operating system is desired then the keywords @code{#:goarch} and @code{#:goos} can be used to force the package to be built for that architecture and operating system. The combinations known to Go can be found -@url{"https://golang.org/doc/install/source#environment", in their -documentation}. +@url{https://golang.org/doc/install/source#environment, +in their documentation}. @end defvr @defvr {Scheme Variable} glib-or-gtk-build-system |