From 522ab11bf3dd846fd1b61500b533e269a242c6a4 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 17 Dec 2023 14:53:08 -0300 Subject: [PATCH] docs: fix broken link --- www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md b/www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md index 6f45fc2bd49..c7344ae2e14 100644 --- a/www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md +++ b/www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md @@ -17,7 +17,7 @@ GoReleaser 1.5 is out, with a handful of miscellaneous improvements. - Better manpages using [mango](https://github.com/muesli/mango); - Migrated from [cobra](https://github.com/spf13/cobra) to [coral](https://github.com/muesli/coral) — which will eventually lead to faster `go install`; -- Improved nFPM to make it easier for GoReleaser's debs and GoReleaser-generated debs that pass [lintian](https://lintian.debian.org/) checks; +- Improved nFPM to make it easier for GoReleaser's debs and GoReleaser-generated debs that pass [lintian](https://wiki.debian.org/Lintian) checks; - Several improvements on GoReleaser output logs; - More fields are now templateable, namely on nFPMs and Universal Binaries configs; - Hooks now have an option to always print their outputs;