From ad17c7dc8efe365085ace7144ce4d730d707985b Mon Sep 17 00:00:00 2001 From: McChen Date: Mon, 18 Oct 2021 23:25:42 +0800 Subject: [PATCH] docs: fix nfpm link in contributing (#4369) Co-authored-by: chenjiahao --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f15dd2f0..4874468c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -33,7 +33,7 @@ Here is what is needed: - [`git-lfs`](https://git-lfs.github.com) - [`yarn`](https://classic.yarnpkg.com/en/) - Used to install JS packages and run scripts -- [`nfpm`](https://classic.yarnpkg.com/en/) +- [`nfpm`](https://nfpm.goreleaser.com/) - Used to build `.deb` and `.rpm` packages - [`jq`](https://stedolan.github.io/jq/) - Used to build code-server releases