From a912e8b6b7d7491c23f5cc7dc48251381b352947 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 28 Nov 2018 10:37:17 -0200 Subject: [PATCH] docs: fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548779d..86a2229 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ That's it! ## Usage as lib You can look at the code of nfpm itself to see how to use it as a library, or, take -a look at the [nfpm piper on GoReleaser](https://github.com/goreleaser/goreleaser/tree/master/internal/pipeline/nfpm). +a look at the [nfpm pipe on GoReleaser](https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/nfpm/nfpm.go). > **Attention**: GoReleaser `deb` packager only compiles with go1.10+.