From ca361f6f1c96d786d8f6b8bf834c1c360f0fc280 Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Thu, 27 Jan 2022 11:03:25 -0500 Subject: [PATCH] docs(cookbooks): update links to the new goreleaser-cross home (#2851) Signed-off-by: Artur Troian --- www/docs/cookbooks/cgo-and-crosscompiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/cookbooks/cgo-and-crosscompiling.md b/www/docs/cookbooks/cgo-and-crosscompiling.md index 8030b5eb56c..6ab619491e1 100644 --- a/www/docs/cookbooks/cgo-and-crosscompiling.md +++ b/www/docs/cookbooks/cgo-and-crosscompiling.md @@ -1,5 +1,5 @@ # Cross-compiling Go with CGO Best option to cross-compile Go project with CGO dependencies would be in using Docker image. -[This project](https://github.com/troian/golang-cross) provides the [image](https://hub.docker.com/repository/docker/troian/golang-cross) with bunch of ready to use cross-compilers as well as how-to make sysroot. -All that wrapped into [example](https://github.com/troian/golang-cross-example) +[This project](https://github.com/goreleaser/goreleaser-cross) provides the docker [images](https://hub.docker.com/repository/docker/goreleaser/goreleaser-cross) with bunch of ready to use cross-compilers as well as how-to make sysroot. +All that wrapped into [example](https://github.com/goreleaser/goreleaser-cross-example)