diff mbox series

[bug#60452] doc: Fix broken link for go-build-system.

Message ID 88d07223165dbcda7438f11e8396960310aefb6c.1672495459.git.mirai@makinata.eu
State New
Headers show
Series [bug#60452] doc: Fix broken link for go-build-system. | expand

Commit Message

Bruno Victal Dec. 31, 2022, 2:04 p.m. UTC
From: Bruno Victal <mirai@makinata.eu>

* doc/guix.texi (Build Systems): Fix broken link for go-build-system.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: db675db2232893233e90df3b818c55043071dccd

Comments

Maxim Cournoyer Jan. 3, 2023, 9:26 p.m. UTC | #1
Hello,

mirai@makinata.eu writes:

> From: Bruno Victal <mirai@makinata.eu>
>
> * doc/guix.texi (Build Systems): Fix broken link for go-build-system.

Applied!
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 3ed71424fa..28914e3353 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